Shades of Dark Cerulean #19448E
Tints of Dark Cerulean #19448E
RGB
CMYK
RGB Variations
Color information
#19448E (or 0x19448E) is known color: Dark Cerulean. HEX triplet: 19, 44 and 8E. RGB value is (25,68,142). Sum of RGB (Red+Green+Blue) = 25+68+142=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #19448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19448E is #E6BB71. Grayscale: #3F3F3F. Windows color (decimal): -15121266 or 9323545. OLE color: 9323545.
HSL color Cylindrical-coordinate representation of color #19448E: hue angle of 217.95º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19448E is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 68 | 142 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.44 |
| HSL | 217.95º | 0.7% | 0.33% | - |
| HSV(B) | 217.95º | 0.82% | 0.56% | - |
| XYZ | 7.35 | 6.29 | 26.42 | - |
| YUV | 63.58 | 172.25 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 142 | 0.82 | 0.52 | 0 | 0.44 | 217.95 | 0.7 | 0.33 |
| Hex | 19 | 44 | 8E | 52 | 34 | 0 | 2C | DA | 46 | 21 |
| Octal | 31 | 104 | 216 | 122 | 64 | 0 | 54 | 332 | 106 | 41 |
| Binary | 11001 | 1000100 | 10001110 | 1010010 | 110100 | 0 | 101100 | 11011010 | 1000110 | 100001 |
Color Harmonies of #19448E
Complementary color
Monochromatic Colors of #19448E
Black with #19448E
Text Example
Text Example
White with #19448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19448E; }
p { color: rgb(25,68,142); }
H1.HeaderClassName
{
color: #19448E;
}
.AnyTagClassName
{
color: #19448E;
}
</style>
background-color css
<style>
a { background-color: #19448E; }
a { background-color: rgb(25,68,142); }
div.DivClassName
{
background-color: #19448E;
}
.BgClassName
{
background-color: #19448E;
}
</style>
border-color css
<style>
span { border-color: #19448E; }
span { border-color: rgb(25,68,142); }
td.TdClassName
{
border-color: #19448E;
}
.TagClassName
{
border-color: #19448E;
}
</style>