Shades of Dark Cerulean #053E86
Tints of Dark Cerulean #053E86
RGB
CMYK
RGB Variations
Color information
#053E86 (or 0x053E86) is known color: Dark Cerulean. HEX triplet: 05, 3E and 86. RGB value is (5,62,134). Sum of RGB (Red+Green+Blue) = 5+62+134=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #053E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053E86 is #FAC179. Grayscale: #343434. Windows color (decimal): -16433530 or 8797701. OLE color: 8797701.
HSL color Cylindrical-coordinate representation of color #053E86: hue angle of 213.49º 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 #053E86 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 62 | 134 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.47 |
| HSL | 213.49º | 0.93% | 0.27% | - |
| HSV(B) | 213.49º | 0.96% | 0.53% | - |
| XYZ | 6.09 | 5.2 | 23.24 | - |
| YUV | 53.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 134 | 0.96 | 0.54 | 0 | 0.47 | 213.49 | 0.93 | 0.27 |
| Hex | 5 | 3E | 86 | 60 | 36 | 0 | 2F | D5 | 5D | 1B |
| Octal | 5 | 76 | 206 | 140 | 66 | 0 | 57 | 325 | 135 | 33 |
| Binary | 101 | 111110 | 10000110 | 1100000 | 110110 | 0 | 101111 | 11010101 | 1011101 | 11011 |
Color Harmonies of #053E86
Complementary color
Monochromatic Colors of #053E86
Black with #053E86
Text Example
Text Example
White with #053E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E86; }
p { color: rgb(5,62,134); }
H1.HeaderClassName
{
color: #053E86;
}
.AnyTagClassName
{
color: #053E86;
}
</style>
background-color css
<style>
a { background-color: #053E86; }
a { background-color: rgb(5,62,134); }
div.DivClassName
{
background-color: #053E86;
}
.BgClassName
{
background-color: #053E86;
}
</style>
border-color css
<style>
span { border-color: #053E86; }
span { border-color: rgb(5,62,134); }
td.TdClassName
{
border-color: #053E86;
}
.TagClassName
{
border-color: #053E86;
}
</style>