Shades of Dark Cerulean #19458D
Tints of Dark Cerulean #19458D
RGB
CMYK
RGB Variations
Color information
#19458D (or 0x19458D) is known color: Dark Cerulean. HEX triplet: 19, 45 and 8D. RGB value is (25,69,141). Sum of RGB (Red+Green+Blue) = 25+69+141=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #19458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19458D is #E6BA72. Grayscale: #3F3F3F. Windows color (decimal): -15121011 or 9258265. OLE color: 9258265.
HSL color Cylindrical-coordinate representation of color #19458D: hue angle of 217.24º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19458D is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 69 | 141 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.45 |
| HSL | 217.24º | 0.7% | 0.33% | - |
| HSV(B) | 217.24º | 0.82% | 0.55% | - |
| XYZ | 7.34 | 6.39 | 26.05 | - |
| YUV | 64.05 | 171.42 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 141 | 0.82 | 0.51 | 0 | 0.45 | 217.24 | 0.7 | 0.33 |
| Hex | 19 | 45 | 8D | 52 | 33 | 0 | 2D | D9 | 46 | 21 |
| Octal | 31 | 105 | 215 | 122 | 63 | 0 | 55 | 331 | 106 | 41 |
| Binary | 11001 | 1000101 | 10001101 | 1010010 | 110011 | 0 | 101101 | 11011001 | 1000110 | 100001 |
Color Harmonies of #19458D
Complementary color
Monochromatic Colors of #19458D
Black with #19458D
Text Example
Text Example
White with #19458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19458D; }
p { color: rgb(25,69,141); }
H1.HeaderClassName
{
color: #19458D;
}
.AnyTagClassName
{
color: #19458D;
}
</style>
background-color css
<style>
a { background-color: #19458D; }
a { background-color: rgb(25,69,141); }
div.DivClassName
{
background-color: #19458D;
}
.BgClassName
{
background-color: #19458D;
}
</style>
border-color css
<style>
span { border-color: #19458D; }
span { border-color: rgb(25,69,141); }
td.TdClassName
{
border-color: #19458D;
}
.TagClassName
{
border-color: #19458D;
}
</style>