Shades of Dark Cerulean #13367F
Tints of Dark Cerulean #13367F
RGB
CMYK
RGB Variations
Color information
#13367F (or 0x13367F) is known color: Dark Cerulean. HEX triplet: 13, 36 and 7F. RGB value is (19,54,127). Sum of RGB (Red+Green+Blue) = 19+54+127=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #13367F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13367F is #ECC980. Grayscale: #333333. Windows color (decimal): -15518081 or 8336915. OLE color: 8336915.
HSL color Cylindrical-coordinate representation of color #13367F: hue angle of 220.56º 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 #13367F is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 54 | 127 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.50 |
| HSL | 220.56º | 0.74% | 0.29% | - |
| HSV(B) | 220.56º | 0.85% | 0.5% | - |
| XYZ | 5.42 | 4.31 | 20.62 | - |
| YUV | 51.86 | 170.4 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 54 | 127 | 0.85 | 0.57 | 0 | 0.50 | 220.56 | 0.74 | 0.29 |
| Hex | 13 | 36 | 7F | 55 | 39 | 0 | 32 | DD | 4A | 1D |
| Octal | 23 | 66 | 177 | 125 | 71 | 0 | 62 | 335 | 112 | 35 |
| Binary | 10011 | 110110 | 1111111 | 1010101 | 111001 | 0 | 110010 | 11011101 | 1001010 | 11101 |
Color Harmonies of #13367F
Complementary color
Monochromatic Colors of #13367F
Black with #13367F
Text Example
Text Example
White with #13367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13367F; }
p { color: rgb(19,54,127); }
H1.HeaderClassName
{
color: #13367F;
}
.AnyTagClassName
{
color: #13367F;
}
</style>
background-color css
<style>
a { background-color: #13367F; }
a { background-color: rgb(19,54,127); }
div.DivClassName
{
background-color: #13367F;
}
.BgClassName
{
background-color: #13367F;
}
</style>
border-color css
<style>
span { border-color: #13367F; }
span { border-color: rgb(19,54,127); }
td.TdClassName
{
border-color: #13367F;
}
.TagClassName
{
border-color: #13367F;
}
</style>