Shades of Dark Cerulean #133C72
Tints of Dark Cerulean #133C72
RGB
CMYK
RGB Variations
Color information
#133C72 (or 0x133C72) is known color: Dark Cerulean. HEX triplet: 13, 3C and 72. RGB value is (19,60,114). Sum of RGB (Red+Green+Blue) = 19+60+114=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #133C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C72 is #ECC38D. Grayscale: #353535. Windows color (decimal): -15516558 or 7486483. OLE color: 7486483.
HSL color Cylindrical-coordinate representation of color #133C72: hue angle of 214.11º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133C72 is Cyan = 0.83, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 60 | 114 | - |
| CMYK | 0.83 | 0.47 | 0 | 0.55 |
| HSL | 214.11º | 0.71% | 0.26% | - |
| HSV(B) | 214.11º | 0.83% | 0.45% | - |
| XYZ | 4.92 | 4.59 | 16.55 | - |
| YUV | 53.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 114 | 0.83 | 0.47 | 0 | 0.55 | 214.11 | 0.71 | 0.26 |
| Hex | 13 | 3C | 72 | 53 | 2F | 0 | 37 | D6 | 47 | 1A |
| Octal | 23 | 74 | 162 | 123 | 57 | 0 | 67 | 326 | 107 | 32 |
| Binary | 10011 | 111100 | 1110010 | 1010011 | 101111 | 0 | 110111 | 11010110 | 1000111 | 11010 |
Color Harmonies of #133C72
Complementary color
Monochromatic Colors of #133C72
Black with #133C72
Text Example
Text Example
White with #133C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C72; }
p { color: rgb(19,60,114); }
H1.HeaderClassName
{
color: #133C72;
}
.AnyTagClassName
{
color: #133C72;
}
</style>
background-color css
<style>
a { background-color: #133C72; }
a { background-color: rgb(19,60,114); }
div.DivClassName
{
background-color: #133C72;
}
.BgClassName
{
background-color: #133C72;
}
</style>
border-color css
<style>
span { border-color: #133C72; }
span { border-color: rgb(19,60,114); }
td.TdClassName
{
border-color: #133C72;
}
.TagClassName
{
border-color: #133C72;
}
</style>