Shades of Dark Cerulean #19397D
Tints of Dark Cerulean #19397D
RGB
CMYK
RGB Variations
Color information
#19397D (or 0x19397D) is known color: Dark Cerulean. HEX triplet: 19, 39 and 7D. RGB value is (25,57,125). Sum of RGB (Red+Green+Blue) = 25+57+125=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #19397D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19397D is #E6C682. Grayscale: #363636. Windows color (decimal): -15124099 or 8206617. OLE color: 8206617.
HSL color Cylindrical-coordinate representation of color #19397D: hue angle of 220.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 #19397D is Cyan = 0.8, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 57 | 125 | - |
| CMYK | 0.8 | 0.54 | 0 | 0.51 |
| HSL | 220.8º | 0.67% | 0.29% | - |
| HSV(B) | 220.8º | 0.8% | 0.49% | - |
| XYZ | 5.57 | 4.61 | 20 | - |
| YUV | 55.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 57 | 125 | 0.8 | 0.54 | 0 | 0.51 | 220.8 | 0.67 | 0.29 |
| Hex | 19 | 39 | 7D | 50 | 36 | 0 | 33 | DD | 43 | 1D |
| Octal | 31 | 71 | 175 | 120 | 66 | 0 | 63 | 335 | 103 | 35 |
| Binary | 11001 | 111001 | 1111101 | 1010000 | 110110 | 0 | 110011 | 11011101 | 1000011 | 11101 |
Color Harmonies of #19397D
Complementary color
Monochromatic Colors of #19397D
Black with #19397D
Text Example
Text Example
White with #19397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19397D; }
p { color: rgb(25,57,125); }
H1.HeaderClassName
{
color: #19397D;
}
.AnyTagClassName
{
color: #19397D;
}
</style>
background-color css
<style>
a { background-color: #19397D; }
a { background-color: rgb(25,57,125); }
div.DivClassName
{
background-color: #19397D;
}
.BgClassName
{
background-color: #19397D;
}
</style>
border-color css
<style>
span { border-color: #19397D; }
span { border-color: rgb(25,57,125); }
td.TdClassName
{
border-color: #19397D;
}
.TagClassName
{
border-color: #19397D;
}
</style>