Shades of Dark Cerulean #13377F
Tints of Dark Cerulean #13377F
RGB
CMYK
RGB Variations
Color information
#13377F (or 0x13377F) is known color: Dark Cerulean. HEX triplet: 13, 37 and 7F. RGB value is (19,55,127). Sum of RGB (Red+Green+Blue) = 19+55+127=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #13377F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13377F is #ECC880. Grayscale: #343434. Windows color (decimal): -15517825 or 8337171. OLE color: 8337171.
HSL color Cylindrical-coordinate representation of color #13377F: hue angle of 220º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13377F is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 55 | 127 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.50 |
| HSL | 220º | 0.74% | 0.29% | - |
| HSV(B) | 220º | 0.85% | 0.5% | - |
| XYZ | 5.47 | 4.4 | 20.64 | - |
| YUV | 52.44 | 170.07 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 127 | 0.85 | 0.57 | 0 | 0.50 | 220 | 0.74 | 0.29 |
| Hex | 13 | 37 | 7F | 55 | 39 | 0 | 32 | DC | 4A | 1D |
| Octal | 23 | 67 | 177 | 125 | 71 | 0 | 62 | 334 | 112 | 35 |
| Binary | 10011 | 110111 | 1111111 | 1010101 | 111001 | 0 | 110010 | 11011100 | 1001010 | 11101 |
Color Harmonies of #13377F
Complementary color
Monochromatic Colors of #13377F
Black with #13377F
Text Example
Text Example
White with #13377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13377F; }
p { color: rgb(19,55,127); }
H1.HeaderClassName
{
color: #13377F;
}
.AnyTagClassName
{
color: #13377F;
}
</style>
background-color css
<style>
a { background-color: #13377F; }
a { background-color: rgb(19,55,127); }
div.DivClassName
{
background-color: #13377F;
}
.BgClassName
{
background-color: #13377F;
}
</style>
border-color css
<style>
span { border-color: #13377F; }
span { border-color: rgb(19,55,127); }
td.TdClassName
{
border-color: #13377F;
}
.TagClassName
{
border-color: #13377F;
}
</style>