Shades of Dark Cerulean #133C73
Tints of Dark Cerulean #133C73
RGB
CMYK
RGB Variations
Color information
#133C73 (or 0x133C73) is known color: Dark Cerulean. HEX triplet: 13, 3C and 73. RGB value is (19,60,115). Sum of RGB (Red+Green+Blue) = 19+60+115=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 115 (45.31% from 255 or 59.28% from 194); Max value from RGB is 115 - color contains mainly: blue. Hex color #133C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C73 is #ECC38C. Grayscale: #353535. Windows color (decimal): -15516557 or 7552019. OLE color: 7552019.
HSL color Cylindrical-coordinate representation of color #133C73: hue angle of 214.38º degrees, saturation: 0.72, 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 #133C73 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 60 | 115 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.55 |
| HSL | 214.38º | 0.72% | 0.26% | - |
| HSV(B) | 214.38º | 0.83% | 0.45% | - |
| XYZ | 4.98 | 4.61 | 16.85 | - |
| YUV | 54.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 115 | 0.83 | 0.48 | 0 | 0.55 | 214.38 | 0.72 | 0.26 |
| Hex | 13 | 3C | 73 | 53 | 30 | 0 | 37 | D6 | 48 | 1A |
| Octal | 23 | 74 | 163 | 123 | 60 | 0 | 67 | 326 | 110 | 32 |
| Binary | 10011 | 111100 | 1110011 | 1010011 | 110000 | 0 | 110111 | 11010110 | 1001000 | 11010 |
Color Harmonies of #133C73
Complementary color
Monochromatic Colors of #133C73
Black with #133C73
Text Example
Text Example
White with #133C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C73; }
p { color: rgb(19,60,115); }
H1.HeaderClassName
{
color: #133C73;
}
.AnyTagClassName
{
color: #133C73;
}
</style>
background-color css
<style>
a { background-color: #133C73; }
a { background-color: rgb(19,60,115); }
div.DivClassName
{
background-color: #133C73;
}
.BgClassName
{
background-color: #133C73;
}
</style>
border-color css
<style>
span { border-color: #133C73; }
span { border-color: rgb(19,60,115); }
td.TdClassName
{
border-color: #133C73;
}
.TagClassName
{
border-color: #133C73;
}
</style>