#191970 20000 Leagues Under the Sea
#191970 (20000 Leagues Under the Sea) RGB value is (25, 25, 112).
Red value is 25, green value is 25, and blue value is 112.
Cylindrical-coordinate representations (HSL) of color #191970: hue: 240°, saturation: 63.5%, and lightness: 26.9%.
Process color (CMYK) of #191970 is 77.7%, 77.7%, 0%, 56.1%. Web safe color equivalent of #191970 is ##000066. Color #191970 contains mainly Blue.
Color Spaces
| Color spaces of #191970 | Value |
|---|---|
| RGB | 25, 25, 112 |
| HSL | 240°, 63.5%, 26.9% |
| HSV / HSB | 240°, 77.7%, 43.9% |
| CMYK | 77.7%, 77.7%, 0%, 56.1% |
| XYZ | 3.67, 2.07, 15.53 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 00011001 | 00011001 | 01110000 |
| Octal | 031 | 031 | 160 |
| Decimal | 25 | 25 | 112 |
| Hex | 19 | 19 | 70 |
Shades of #191970
Tints of #191970
.mybgColor { background-color: #191970; }
.myforeColor { color: #191970; }
.myborderColor { border: 3px solid #191970; }
<p style="color:#191970">Text here</p>
This sample text is styled with font color #191970. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#191970">Div content here</div>
<div style="border:3px solid #191970">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25, 25, 112, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #191970; }
.divShadow { -moz-box-shadow: 1px 1px 3px #191970;
-webkit-box-shadow: 1px 1px 3px #191970;
box-shadow: 1px 1px 3px #191970; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #191970 (20000 Leagues Under the Sea)
Color Overview & Profile: Color #191970, also known as 20000 Leagues Under the Sea, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 10% Red (25/255), 10% Green (25/255), and 44% Blue (112/255). The primary color family component is Blue.
Print & Physical Production Specs: For physical print production and offset printing setups, #191970 translates into the CMYK subtractive color model with values of 77.7% Cyan, 77.7% Magenta, 0% Yellow, and 56.1% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 240°, saturation of 63.5%, and lightness of 26.9%.
Web Accessibility & Design Recommendations: When implementing #191970 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##000066.
