Shades of Dark Cerulean #19397C
Tints of Dark Cerulean #19397C
RGB
CMYK
RGB Variations
Color information
#19397C (or 0x19397C) is known color: Dark Cerulean. HEX triplet: 19, 39 and 7C. RGB value is (25,57,124). Sum of RGB (Red+Green+Blue) = 25+57+124=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #19397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19397C is #E6C683. Grayscale: #363636. Windows color (decimal): -15124100 or 8141081. OLE color: 8141081.
HSL color Cylindrical-coordinate representation of color #19397C: hue angle of 220.61º 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 #19397C is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 57 | 124 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.51 |
| HSL | 220.61º | 0.66% | 0.29% | - |
| HSV(B) | 220.61º | 0.8% | 0.49% | - |
| XYZ | 5.5 | 4.59 | 19.66 | - |
| YUV | 55.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 124 | 0.80 | 0.54 | 0 | 0.51 | 220.61 | 0.66 | 0.29 |
| Hex | 19 | 39 | 7C | 50 | 36 | 0 | 33 | DD | 42 | 1D |
| Octal | 31 | 71 | 174 | 120 | 66 | 0 | 63 | 335 | 102 | 35 |
| Binary | 11001 | 111001 | 1111100 | 1010000 | 110110 | 0 | 110011 | 11011101 | 1000010 | 11101 |
Color Harmonies of #19397C
Complementary color
Monochromatic Colors of #19397C
Black with #19397C
Text Example
Text Example
White with #19397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19397C; }
p { color: rgb(25,57,124); }
H1.HeaderClassName
{
color: #19397C;
}
.AnyTagClassName
{
color: #19397C;
}
</style>
background-color css
<style>
a { background-color: #19397C; }
a { background-color: rgb(25,57,124); }
div.DivClassName
{
background-color: #19397C;
}
.BgClassName
{
background-color: #19397C;
}
</style>
border-color css
<style>
span { border-color: #19397C; }
span { border-color: rgb(25,57,124); }
td.TdClassName
{
border-color: #19397C;
}
.TagClassName
{
border-color: #19397C;
}
</style>