Shades of Dark Cerulean #19418C
Tints of Dark Cerulean #19418C
RGB
CMYK
RGB Variations
Color information
#19418C (or 0x19418C) is known color: Dark Cerulean. HEX triplet: 19, 41 and 8C. RGB value is (25,65,140). Sum of RGB (Red+Green+Blue) = 25+65+140=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #19418C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19418C is #E6BE73. Grayscale: #3D3D3D. Windows color (decimal): -15122036 or 9191705. OLE color: 9191705.
HSL color Cylindrical-coordinate representation of color #19418C: hue angle of 219.13º 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 #19418C is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 65 | 140 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.45 |
| HSL | 219.13º | 0.7% | 0.32% | - |
| HSV(B) | 219.13º | 0.82% | 0.55% | - |
| XYZ | 7.02 | 5.88 | 25.58 | - |
| YUV | 61.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 140 | 0.82 | 0.54 | 0 | 0.45 | 219.13 | 0.7 | 0.32 |
| Hex | 19 | 41 | 8C | 52 | 36 | 0 | 2D | DB | 46 | 20 |
| Octal | 31 | 101 | 214 | 122 | 66 | 0 | 55 | 333 | 106 | 40 |
| Binary | 11001 | 1000001 | 10001100 | 1010010 | 110110 | 0 | 101101 | 11011011 | 1000110 | 100000 |
Color Harmonies of #19418C
Complementary color
Monochromatic Colors of #19418C
Black with #19418C
Text Example
Text Example
White with #19418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19418C; }
p { color: rgb(25,65,140); }
H1.HeaderClassName
{
color: #19418C;
}
.AnyTagClassName
{
color: #19418C;
}
</style>
background-color css
<style>
a { background-color: #19418C; }
a { background-color: rgb(25,65,140); }
div.DivClassName
{
background-color: #19418C;
}
.BgClassName
{
background-color: #19418C;
}
</style>
border-color css
<style>
span { border-color: #19418C; }
span { border-color: rgb(25,65,140); }
td.TdClassName
{
border-color: #19418C;
}
.TagClassName
{
border-color: #19418C;
}
</style>