Shades of Dark Cerulean #19456F
Tints of Dark Cerulean #19456F
RGB
CMYK
RGB Variations
Color information
#19456F (or 0x19456F) is known color: Dark Cerulean. HEX triplet: 19, 45 and 6F. RGB value is (25,69,111). Sum of RGB (Red+Green+Blue) = 25+69+111=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #19456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19456F is #E6BA90. Grayscale: #3C3C3C. Windows color (decimal): -15121041 or 7292185. OLE color: 7292185.
HSL color Cylindrical-coordinate representation of color #19456F: hue angle of 209.3º 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 #19456F is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 69 | 111 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.56 |
| HSL | 209.3º | 0.63% | 0.27% | - |
| HSV(B) | 209.3º | 0.77% | 0.44% | - |
| XYZ | 5.4 | 5.61 | 15.84 | - |
| YUV | 60.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 111 | 0.77 | 0.38 | 0 | 0.56 | 209.3 | 0.63 | 0.27 |
| Hex | 19 | 45 | 6F | 4D | 26 | 0 | 38 | D1 | 3F | 1B |
| Octal | 31 | 105 | 157 | 115 | 46 | 0 | 70 | 321 | 77 | 33 |
| Binary | 11001 | 1000101 | 1101111 | 1001101 | 100110 | 0 | 111000 | 11010001 | 111111 | 11011 |
Color Harmonies of #19456F
Complementary color
Monochromatic Colors of #19456F
Black with #19456F
Text Example
Text Example
White with #19456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19456F; }
p { color: rgb(25,69,111); }
H1.HeaderClassName
{
color: #19456F;
}
.AnyTagClassName
{
color: #19456F;
}
</style>
background-color css
<style>
a { background-color: #19456F; }
a { background-color: rgb(25,69,111); }
div.DivClassName
{
background-color: #19456F;
}
.BgClassName
{
background-color: #19456F;
}
</style>
border-color css
<style>
span { border-color: #19456F; }
span { border-color: rgb(25,69,111); }
td.TdClassName
{
border-color: #19456F;
}
.TagClassName
{
border-color: #19456F;
}
</style>