Shades of Dark Cerulean #19487B
Tints of Dark Cerulean #19487B
RGB
CMYK
RGB Variations
Color information
#19487B (or 0x19487B) is known color: Dark Cerulean. HEX triplet: 19, 48 and 7B. RGB value is (25,72,123). Sum of RGB (Red+Green+Blue) = 25+72+123=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #19487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19487B is #E6B784. Grayscale: #3F3F3F. Windows color (decimal): -15120261 or 8079385. OLE color: 8079385.
HSL color Cylindrical-coordinate representation of color #19487B: hue angle of 211.22º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19487B is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 72 | 123 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.52 |
| HSL | 211.22º | 0.66% | 0.29% | - |
| HSV(B) | 211.22º | 0.8% | 0.48% | - |
| XYZ | 6.29 | 6.27 | 19.62 | - |
| YUV | 63.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 72 | 123 | 0.80 | 0.41 | 0 | 0.52 | 211.22 | 0.66 | 0.29 |
| Hex | 19 | 48 | 7B | 50 | 29 | 0 | 34 | D3 | 42 | 1D |
| Octal | 31 | 110 | 173 | 120 | 51 | 0 | 64 | 323 | 102 | 35 |
| Binary | 11001 | 1001000 | 1111011 | 1010000 | 101001 | 0 | 110100 | 11010011 | 1000010 | 11101 |
Color Harmonies of #19487B
Complementary color
Monochromatic Colors of #19487B
Black with #19487B
Text Example
Text Example
White with #19487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19487B; }
p { color: rgb(25,72,123); }
H1.HeaderClassName
{
color: #19487B;
}
.AnyTagClassName
{
color: #19487B;
}
</style>
background-color css
<style>
a { background-color: #19487B; }
a { background-color: rgb(25,72,123); }
div.DivClassName
{
background-color: #19487B;
}
.BgClassName
{
background-color: #19487B;
}
</style>
border-color css
<style>
span { border-color: #19487B; }
span { border-color: rgb(25,72,123); }
td.TdClassName
{
border-color: #19487B;
}
.TagClassName
{
border-color: #19487B;
}
</style>