Shades of Dark Cerulean #053E76
Tints of Dark Cerulean #053E76
RGB
CMYK
RGB Variations
Color information
#053E76 (or 0x053E76) is known color: Dark Cerulean. HEX triplet: 05, 3E and 76. RGB value is (5,62,118). Sum of RGB (Red+Green+Blue) = 5+62+118=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #053E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E76 is #FAC189. Grayscale: #333333. Windows color (decimal): -16433546 or 7749125. OLE color: 7749125.
HSL color Cylindrical-coordinate representation of color #053E76: hue angle of 209.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E76 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 62 | 118 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.54 |
| HSL | 209.73º | 0.92% | 0.24% | - |
| HSV(B) | 209.73º | 0.96% | 0.46% | - |
| XYZ | 5.06 | 4.79 | 17.8 | - |
| YUV | 51.34 | 165.62 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 118 | 0.96 | 0.47 | 0 | 0.54 | 209.73 | 0.92 | 0.24 |
| Hex | 5 | 3E | 76 | 60 | 2F | 0 | 36 | D2 | 5C | 18 |
| Octal | 5 | 76 | 166 | 140 | 57 | 0 | 66 | 322 | 134 | 30 |
| Binary | 101 | 111110 | 1110110 | 1100000 | 101111 | 0 | 110110 | 11010010 | 1011100 | 11000 |
Color Harmonies of #053E76
Complementary color
Monochromatic Colors of #053E76
Black with #053E76
Text Example
Text Example
White with #053E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E76; }
p { color: rgb(5,62,118); }
H1.HeaderClassName
{
color: #053E76;
}
.AnyTagClassName
{
color: #053E76;
}
</style>
background-color css
<style>
a { background-color: #053E76; }
a { background-color: rgb(5,62,118); }
div.DivClassName
{
background-color: #053E76;
}
.BgClassName
{
background-color: #053E76;
}
</style>
border-color css
<style>
span { border-color: #053E76; }
span { border-color: rgb(5,62,118); }
td.TdClassName
{
border-color: #053E76;
}
.TagClassName
{
border-color: #053E76;
}
</style>