Shades of Dark Cerulean #19437D
Tints of Dark Cerulean #19437D
RGB
CMYK
RGB Variations
Color information
#19437D (or 0x19437D) is known color: Dark Cerulean. HEX triplet: 19, 43 and 7D. RGB value is (25,67,125). Sum of RGB (Red+Green+Blue) = 25+67+125=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #19437D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19437D is #E6BC82. Grayscale: #3C3C3C. Windows color (decimal): -15121539 or 8209177. OLE color: 8209177.
HSL color Cylindrical-coordinate representation of color #19437D: hue angle of 214.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19437D is Cyan = 0.8, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 67 | 125 | - |
| CMYK | 0.8 | 0.46 | 0 | 0.51 |
| HSL | 214.8º | 0.67% | 0.29% | - |
| HSV(B) | 214.8º | 0.8% | 0.49% | - |
| XYZ | 6.11 | 5.7 | 20.18 | - |
| YUV | 61.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 125 | 0.8 | 0.46 | 0 | 0.51 | 214.8 | 0.67 | 0.29 |
| Hex | 19 | 43 | 7D | 50 | 2E | 0 | 33 | D7 | 43 | 1D |
| Octal | 31 | 103 | 175 | 120 | 56 | 0 | 63 | 327 | 103 | 35 |
| Binary | 11001 | 1000011 | 1111101 | 1010000 | 101110 | 0 | 110011 | 11010111 | 1000011 | 11101 |
Color Harmonies of #19437D
Complementary color
Monochromatic Colors of #19437D
Black with #19437D
Text Example
Text Example
White with #19437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19437D; }
p { color: rgb(25,67,125); }
H1.HeaderClassName
{
color: #19437D;
}
.AnyTagClassName
{
color: #19437D;
}
</style>
background-color css
<style>
a { background-color: #19437D; }
a { background-color: rgb(25,67,125); }
div.DivClassName
{
background-color: #19437D;
}
.BgClassName
{
background-color: #19437D;
}
</style>
border-color css
<style>
span { border-color: #19437D; }
span { border-color: rgb(25,67,125); }
td.TdClassName
{
border-color: #19437D;
}
.TagClassName
{
border-color: #19437D;
}
</style>