Shades of Dark Cerulean #053E87
Tints of Dark Cerulean #053E87
RGB
CMYK
RGB Variations
Color information
#053E87 (or 0x053E87) is known color: Dark Cerulean. HEX triplet: 05, 3E and 87. RGB value is (5,62,135). Sum of RGB (Red+Green+Blue) = 5+62+135=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 135 (53.12% from 255 or 66.83% from 202); Max value from RGB is 135 - color contains mainly: blue. Hex color #053E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053E87 is #FAC178. Grayscale: #343434. Windows color (decimal): -16433529 or 8863237. OLE color: 8863237.
HSL color Cylindrical-coordinate representation of color #053E87: hue angle of 213.69º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E87 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 62 | 135 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.47 |
| HSL | 213.69º | 0.93% | 0.27% | - |
| HSV(B) | 213.69º | 0.96% | 0.53% | - |
| XYZ | 6.16 | 5.23 | 23.61 | - |
| YUV | 53.28 | 174.12 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 135 | 0.96 | 0.54 | 0 | 0.47 | 213.69 | 0.93 | 0.27 |
| Hex | 5 | 3E | 87 | 60 | 36 | 0 | 2F | D6 | 5D | 1B |
| Octal | 5 | 76 | 207 | 140 | 66 | 0 | 57 | 326 | 135 | 33 |
| Binary | 101 | 111110 | 10000111 | 1100000 | 110110 | 0 | 101111 | 11010110 | 1011101 | 11011 |
Color Harmonies of #053E87
Complementary color
Monochromatic Colors of #053E87
Black with #053E87
Text Example
Text Example
White with #053E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E87; }
p { color: rgb(5,62,135); }
H1.HeaderClassName
{
color: #053E87;
}
.AnyTagClassName
{
color: #053E87;
}
</style>
background-color css
<style>
a { background-color: #053E87; }
a { background-color: rgb(5,62,135); }
div.DivClassName
{
background-color: #053E87;
}
.BgClassName
{
background-color: #053E87;
}
</style>
border-color css
<style>
span { border-color: #053E87; }
span { border-color: rgb(5,62,135); }
td.TdClassName
{
border-color: #053E87;
}
.TagClassName
{
border-color: #053E87;
}
</style>