Shades of Dark Cerulean #133C77
Tints of Dark Cerulean #133C77
RGB
CMYK
RGB Variations
Color information
#133C77 (or 0x133C77) is known color: Dark Cerulean. HEX triplet: 13, 3C and 77. RGB value is (19,60,119). Sum of RGB (Red+Green+Blue) = 19+60+119=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #133C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C77 is #ECC388. Grayscale: #363636. Windows color (decimal): -15516553 or 7814163. OLE color: 7814163.
HSL color Cylindrical-coordinate representation of color #133C77: hue angle of 215.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133C77 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 60 | 119 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.53 |
| HSL | 215.4º | 0.72% | 0.27% | - |
| HSV(B) | 215.4º | 0.84% | 0.47% | - |
| XYZ | 5.21 | 4.7 | 18.09 | - |
| YUV | 54.47 | 164.42 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 119 | 0.84 | 0.50 | 0 | 0.53 | 215.4 | 0.72 | 0.27 |
| Hex | 13 | 3C | 77 | 54 | 32 | 0 | 35 | D7 | 48 | 1B |
| Octal | 23 | 74 | 167 | 124 | 62 | 0 | 65 | 327 | 110 | 33 |
| Binary | 10011 | 111100 | 1110111 | 1010100 | 110010 | 0 | 110101 | 11010111 | 1001000 | 11011 |
Color Harmonies of #133C77
Complementary color
Monochromatic Colors of #133C77
Black with #133C77
Text Example
Text Example
White with #133C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C77; }
p { color: rgb(19,60,119); }
H1.HeaderClassName
{
color: #133C77;
}
.AnyTagClassName
{
color: #133C77;
}
</style>
background-color css
<style>
a { background-color: #133C77; }
a { background-color: rgb(19,60,119); }
div.DivClassName
{
background-color: #133C77;
}
.BgClassName
{
background-color: #133C77;
}
</style>
border-color css
<style>
span { border-color: #133C77; }
span { border-color: rgb(19,60,119); }
td.TdClassName
{
border-color: #133C77;
}
.TagClassName
{
border-color: #133C77;
}
</style>