Shades of Dark Cerulean #19377F
Tints of Dark Cerulean #19377F
RGB
CMYK
RGB Variations
Color information
#19377F (or 0x19377F) is known color: Dark Cerulean. HEX triplet: 19, 37 and 7F. RGB value is (25,55,127). Sum of RGB (Red+Green+Blue) = 25+55+127=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #19377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19377F is #E6C880. Grayscale: #353535. Windows color (decimal): -15124609 or 8337177. OLE color: 8337177.
HSL color Cylindrical-coordinate representation of color #19377F: hue angle of 222.35º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19377F is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 55 | 127 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.50 |
| HSL | 222.35º | 0.67% | 0.3% | - |
| HSV(B) | 222.35º | 0.8% | 0.5% | - |
| XYZ | 5.6 | 4.47 | 20.65 | - |
| YUV | 54.24 | 169.06 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 127 | 0.80 | 0.57 | 0 | 0.50 | 222.35 | 0.67 | 0.3 |
| Hex | 19 | 37 | 7F | 50 | 39 | 0 | 32 | DE | 43 | 1E |
| Octal | 31 | 67 | 177 | 120 | 71 | 0 | 62 | 336 | 103 | 36 |
| Binary | 11001 | 110111 | 1111111 | 1010000 | 111001 | 0 | 110010 | 11011110 | 1000011 | 11110 |
Color Harmonies of #19377F
Complementary color
Monochromatic Colors of #19377F
Black with #19377F
Text Example
Text Example
White with #19377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19377F; }
p { color: rgb(25,55,127); }
H1.HeaderClassName
{
color: #19377F;
}
.AnyTagClassName
{
color: #19377F;
}
</style>
background-color css
<style>
a { background-color: #19377F; }
a { background-color: rgb(25,55,127); }
div.DivClassName
{
background-color: #19377F;
}
.BgClassName
{
background-color: #19377F;
}
</style>
border-color css
<style>
span { border-color: #19377F; }
span { border-color: rgb(25,55,127); }
td.TdClassName
{
border-color: #19377F;
}
.TagClassName
{
border-color: #19377F;
}
</style>