Shades of Dark Cerulean #19426F
Tints of Dark Cerulean #19426F
RGB
CMYK
RGB Variations
Color information
#19426F (or 0x19426F) is known color: Dark Cerulean. HEX triplet: 19, 42 and 6F. RGB value is (25,66,111). Sum of RGB (Red+Green+Blue) = 25+66+111=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #19426F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19426F is #E6BD90. Grayscale: #3A3A3A. Windows color (decimal): -15121809 or 7291417. OLE color: 7291417.
HSL color Cylindrical-coordinate representation of color #19426F: hue angle of 211.4º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19426F is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 66 | 111 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.56 |
| HSL | 211.4º | 0.63% | 0.27% | - |
| HSV(B) | 211.4º | 0.77% | 0.44% | - |
| XYZ | 5.22 | 5.25 | 15.78 | - |
| YUV | 58.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 111 | 0.77 | 0.41 | 0 | 0.56 | 211.4 | 0.63 | 0.27 |
| Hex | 19 | 42 | 6F | 4D | 29 | 0 | 38 | D3 | 3F | 1B |
| Octal | 31 | 102 | 157 | 115 | 51 | 0 | 70 | 323 | 77 | 33 |
| Binary | 11001 | 1000010 | 1101111 | 1001101 | 101001 | 0 | 111000 | 11010011 | 111111 | 11011 |
Color Harmonies of #19426F
Complementary color
Monochromatic Colors of #19426F
Black with #19426F
Text Example
Text Example
White with #19426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19426F; }
p { color: rgb(25,66,111); }
H1.HeaderClassName
{
color: #19426F;
}
.AnyTagClassName
{
color: #19426F;
}
</style>
background-color css
<style>
a { background-color: #19426F; }
a { background-color: rgb(25,66,111); }
div.DivClassName
{
background-color: #19426F;
}
.BgClassName
{
background-color: #19426F;
}
</style>
border-color css
<style>
span { border-color: #19426F; }
span { border-color: rgb(25,66,111); }
td.TdClassName
{
border-color: #19426F;
}
.TagClassName
{
border-color: #19426F;
}
</style>