Shades of Dark Cerulean #19478C
Tints of Dark Cerulean #19478C
RGB
CMYK
RGB Variations
Color information
#19478C (or 0x19478C) is known color: Dark Cerulean. HEX triplet: 19, 47 and 8C. RGB value is (25,71,140). Sum of RGB (Red+Green+Blue) = 25+71+140=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #19478C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19478C is #E6B873. Grayscale: #404040. Windows color (decimal): -15120500 or 9193241. OLE color: 9193241.
HSL color Cylindrical-coordinate representation of color #19478C: hue angle of 216º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19478C is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 71 | 140 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.45 |
| HSL | 216º | 0.7% | 0.32% | - |
| HSV(B) | 216º | 0.82% | 0.55% | - |
| XYZ | 7.39 | 6.61 | 25.7 | - |
| YUV | 65.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 71 | 140 | 0.82 | 0.49 | 0 | 0.45 | 216 | 0.7 | 0.32 |
| Hex | 19 | 47 | 8C | 52 | 31 | 0 | 2D | D8 | 46 | 20 |
| Octal | 31 | 107 | 214 | 122 | 61 | 0 | 55 | 330 | 106 | 40 |
| Binary | 11001 | 1000111 | 10001100 | 1010010 | 110001 | 0 | 101101 | 11011000 | 1000110 | 100000 |
Color Harmonies of #19478C
Complementary color
Monochromatic Colors of #19478C
Black with #19478C
Text Example
Text Example
White with #19478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19478C; }
p { color: rgb(25,71,140); }
H1.HeaderClassName
{
color: #19478C;
}
.AnyTagClassName
{
color: #19478C;
}
</style>
background-color css
<style>
a { background-color: #19478C; }
a { background-color: rgb(25,71,140); }
div.DivClassName
{
background-color: #19478C;
}
.BgClassName
{
background-color: #19478C;
}
</style>
border-color css
<style>
span { border-color: #19478C; }
span { border-color: rgb(25,71,140); }
td.TdClassName
{
border-color: #19478C;
}
.TagClassName
{
border-color: #19478C;
}
</style>