Shades of Dark Cerulean #19437C
Tints of Dark Cerulean #19437C
RGB
CMYK
RGB Variations
Color information
#19437C (or 0x19437C) is known color: Dark Cerulean. HEX triplet: 19, 43 and 7C. RGB value is (25,67,124). Sum of RGB (Red+Green+Blue) = 25+67+124=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #19437C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19437C is #E6BC83. Grayscale: #3C3C3C. Windows color (decimal): -15121540 or 8143641. OLE color: 8143641.
HSL color Cylindrical-coordinate representation of color #19437C: hue angle of 214.55º degrees, saturation: 0.66, 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 #19437C is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 67 | 124 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.51 |
| HSL | 214.55º | 0.66% | 0.29% | - |
| HSV(B) | 214.55º | 0.8% | 0.49% | - |
| XYZ | 6.05 | 5.68 | 19.85 | - |
| YUV | 60.94 | 163.59 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 67 | 124 | 0.80 | 0.46 | 0 | 0.51 | 214.55 | 0.66 | 0.29 |
| Hex | 19 | 43 | 7C | 50 | 2E | 0 | 33 | D7 | 42 | 1D |
| Octal | 31 | 103 | 174 | 120 | 56 | 0 | 63 | 327 | 102 | 35 |
| Binary | 11001 | 1000011 | 1111100 | 1010000 | 101110 | 0 | 110011 | 11010111 | 1000010 | 11101 |
Color Harmonies of #19437C
Complementary color
Monochromatic Colors of #19437C
Black with #19437C
Text Example
Text Example
White with #19437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19437C; }
p { color: rgb(25,67,124); }
H1.HeaderClassName
{
color: #19437C;
}
.AnyTagClassName
{
color: #19437C;
}
</style>
background-color css
<style>
a { background-color: #19437C; }
a { background-color: rgb(25,67,124); }
div.DivClassName
{
background-color: #19437C;
}
.BgClassName
{
background-color: #19437C;
}
</style>
border-color css
<style>
span { border-color: #19437C; }
span { border-color: rgb(25,67,124); }
td.TdClassName
{
border-color: #19437C;
}
.TagClassName
{
border-color: #19437C;
}
</style>