Shades of Dark Cerulean #053E77
Tints of Dark Cerulean #053E77
RGB
CMYK
RGB Variations
Color information
#053E77 (or 0x053E77) is known color: Dark Cerulean. HEX triplet: 05, 3E and 77. RGB value is (5,62,119). Sum of RGB (Red+Green+Blue) = 5+62+119=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #053E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053E77 is #FAC188. Grayscale: #333333. Windows color (decimal): -16433545 or 7814661. OLE color: 7814661.
HSL color Cylindrical-coordinate representation of color #053E77: hue angle of 210º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E77 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 62 | 119 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.53 |
| HSL | 210º | 0.92% | 0.24% | - |
| HSV(B) | 210º | 0.96% | 0.47% | - |
| XYZ | 5.11 | 4.81 | 18.11 | - |
| YUV | 51.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 119 | 0.96 | 0.48 | 0 | 0.53 | 210 | 0.92 | 0.24 |
| Hex | 5 | 3E | 77 | 60 | 30 | 0 | 35 | D2 | 5C | 18 |
| Octal | 5 | 76 | 167 | 140 | 60 | 0 | 65 | 322 | 134 | 30 |
| Binary | 101 | 111110 | 1110111 | 1100000 | 110000 | 0 | 110101 | 11010010 | 1011100 | 11000 |
Color Harmonies of #053E77
Complementary color
Monochromatic Colors of #053E77
Black with #053E77
Text Example
Text Example
White with #053E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E77; }
p { color: rgb(5,62,119); }
H1.HeaderClassName
{
color: #053E77;
}
.AnyTagClassName
{
color: #053E77;
}
</style>
background-color css
<style>
a { background-color: #053E77; }
a { background-color: rgb(5,62,119); }
div.DivClassName
{
background-color: #053E77;
}
.BgClassName
{
background-color: #053E77;
}
</style>
border-color css
<style>
span { border-color: #053E77; }
span { border-color: rgb(5,62,119); }
td.TdClassName
{
border-color: #053E77;
}
.TagClassName
{
border-color: #053E77;
}
</style>