Shades of Dark Cerulean #133C7A
Tints of Dark Cerulean #133C7A
RGB
CMYK
RGB Variations
Color information
#133C7A (or 0x133C7A) is known color: Dark Cerulean. HEX triplet: 13, 3C and 7A. RGB value is (19,60,122). Sum of RGB (Red+Green+Blue) = 19+60+122=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #133C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C7A is #ECC385. Grayscale: #363636. Windows color (decimal): -15516550 or 8010771. OLE color: 8010771.
HSL color Cylindrical-coordinate representation of color #133C7A: hue angle of 216.12º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133C7A is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 60 | 122 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.52 |
| HSL | 216.12º | 0.73% | 0.28% | - |
| HSV(B) | 216.12º | 0.84% | 0.48% | - |
| XYZ | 5.4 | 4.78 | 19.05 | - |
| YUV | 54.81 | 165.92 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 122 | 0.84 | 0.51 | 0 | 0.52 | 216.12 | 0.73 | 0.28 |
| Hex | 13 | 3C | 7A | 54 | 33 | 0 | 34 | D8 | 49 | 1C |
| Octal | 23 | 74 | 172 | 124 | 63 | 0 | 64 | 330 | 111 | 34 |
| Binary | 10011 | 111100 | 1111010 | 1010100 | 110011 | 0 | 110100 | 11011000 | 1001001 | 11100 |
Color Harmonies of #133C7A
Complementary color
Monochromatic Colors of #133C7A
Black with #133C7A
Text Example
Text Example
White with #133C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C7A; }
p { color: rgb(19,60,122); }
H1.HeaderClassName
{
color: #133C7A;
}
.AnyTagClassName
{
color: #133C7A;
}
</style>
background-color css
<style>
a { background-color: #133C7A; }
a { background-color: rgb(19,60,122); }
div.DivClassName
{
background-color: #133C7A;
}
.BgClassName
{
background-color: #133C7A;
}
</style>
border-color css
<style>
span { border-color: #133C7A; }
span { border-color: rgb(19,60,122); }
td.TdClassName
{
border-color: #133C7A;
}
.TagClassName
{
border-color: #133C7A;
}
</style>