Shades of Dark Cerulean #19458B
Tints of Dark Cerulean #19458B
RGB
CMYK
RGB Variations
Color information
#19458B (or 0x19458B) is known color: Dark Cerulean. HEX triplet: 19, 45 and 8B. RGB value is (25,69,139). Sum of RGB (Red+Green+Blue) = 25+69+139=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #19458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19458B is #E6BA74. Grayscale: #3F3F3F. Windows color (decimal): -15121013 or 9127193. OLE color: 9127193.
HSL color Cylindrical-coordinate representation of color #19458B: hue angle of 216.84º 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 #19458B is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 69 | 139 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.45 |
| HSL | 216.84º | 0.7% | 0.32% | - |
| HSV(B) | 216.84º | 0.82% | 0.55% | - |
| XYZ | 7.19 | 6.33 | 25.27 | - |
| YUV | 63.82 | 170.42 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 139 | 0.82 | 0.50 | 0 | 0.45 | 216.84 | 0.7 | 0.32 |
| Hex | 19 | 45 | 8B | 52 | 32 | 0 | 2D | D9 | 46 | 20 |
| Octal | 31 | 105 | 213 | 122 | 62 | 0 | 55 | 331 | 106 | 40 |
| Binary | 11001 | 1000101 | 10001011 | 1010010 | 110010 | 0 | 101101 | 11011001 | 1000110 | 100000 |
Color Harmonies of #19458B
Complementary color
Monochromatic Colors of #19458B
Black with #19458B
Text Example
Text Example
White with #19458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19458B; }
p { color: rgb(25,69,139); }
H1.HeaderClassName
{
color: #19458B;
}
.AnyTagClassName
{
color: #19458B;
}
</style>
background-color css
<style>
a { background-color: #19458B; }
a { background-color: rgb(25,69,139); }
div.DivClassName
{
background-color: #19458B;
}
.BgClassName
{
background-color: #19458B;
}
</style>
border-color css
<style>
span { border-color: #19458B; }
span { border-color: rgb(25,69,139); }
td.TdClassName
{
border-color: #19458B;
}
.TagClassName
{
border-color: #19458B;
}
</style>