Shades of Dark Cerulean #133C7C
Tints of Dark Cerulean #133C7C
RGB
CMYK
RGB Variations
Color information
#133C7C (or 0x133C7C) is known color: Dark Cerulean. HEX triplet: 13, 3C and 7C. RGB value is (19,60,124). Sum of RGB (Red+Green+Blue) = 19+60+124=203 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.36% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #133C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C7C is #ECC383. Grayscale: #363636. Windows color (decimal): -15516548 or 8141843. OLE color: 8141843.
HSL color Cylindrical-coordinate representation of color #133C7C: hue angle of 216.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133C7C is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 60 | 124 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.51 |
| HSL | 216.57º | 0.73% | 0.28% | - |
| HSV(B) | 216.57º | 0.85% | 0.49% | - |
| XYZ | 5.52 | 4.83 | 19.71 | - |
| YUV | 55.04 | 166.92 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 124 | 0.85 | 0.52 | 0 | 0.51 | 216.57 | 0.73 | 0.28 |
| Hex | 13 | 3C | 7C | 55 | 34 | 0 | 33 | D9 | 49 | 1C |
| Octal | 23 | 74 | 174 | 125 | 64 | 0 | 63 | 331 | 111 | 34 |
| Binary | 10011 | 111100 | 1111100 | 1010101 | 110100 | 0 | 110011 | 11011001 | 1001001 | 11100 |
Color Harmonies of #133C7C
Complementary color
Monochromatic Colors of #133C7C
Black with #133C7C
Text Example
Text Example
White with #133C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C7C; }
p { color: rgb(19,60,124); }
H1.HeaderClassName
{
color: #133C7C;
}
.AnyTagClassName
{
color: #133C7C;
}
</style>
background-color css
<style>
a { background-color: #133C7C; }
a { background-color: rgb(19,60,124); }
div.DivClassName
{
background-color: #133C7C;
}
.BgClassName
{
background-color: #133C7C;
}
</style>
border-color css
<style>
span { border-color: #133C7C; }
span { border-color: rgb(19,60,124); }
td.TdClassName
{
border-color: #133C7C;
}
.TagClassName
{
border-color: #133C7C;
}
</style>