Shades of Dark Cerulean #053E83
Tints of Dark Cerulean #053E83
RGB
CMYK
RGB Variations
Color information
#053E83 (or 0x053E83) is known color: Dark Cerulean. HEX triplet: 05, 3E and 83. RGB value is (5,62,131). Sum of RGB (Red+Green+Blue) = 5+62+131=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 131 (51.56% from 255 or 66.16% from 198); Max value from RGB is 131 - color contains mainly: blue. Hex color #053E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053E83 is #FAC17C. Grayscale: #343434. Windows color (decimal): -16433533 or 8601093. OLE color: 8601093.
HSL color Cylindrical-coordinate representation of color #053E83: hue angle of 212.86º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053E83 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 62 | 131 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.49 |
| HSL | 212.86º | 0.93% | 0.27% | - |
| HSV(B) | 212.86º | 0.96% | 0.51% | - |
| XYZ | 5.88 | 5.12 | 22.15 | - |
| YUV | 52.82 | 172.12 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 62 | 131 | 0.96 | 0.53 | 0 | 0.49 | 212.86 | 0.93 | 0.27 |
| Hex | 5 | 3E | 83 | 60 | 35 | 0 | 31 | D5 | 5D | 1B |
| Octal | 5 | 76 | 203 | 140 | 65 | 0 | 61 | 325 | 135 | 33 |
| Binary | 101 | 111110 | 10000011 | 1100000 | 110101 | 0 | 110001 | 11010101 | 1011101 | 11011 |
Color Harmonies of #053E83
Complementary color
Monochromatic Colors of #053E83
Black with #053E83
Text Example
Text Example
White with #053E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053E83; }
p { color: rgb(5,62,131); }
H1.HeaderClassName
{
color: #053E83;
}
.AnyTagClassName
{
color: #053E83;
}
</style>
background-color css
<style>
a { background-color: #053E83; }
a { background-color: rgb(5,62,131); }
div.DivClassName
{
background-color: #053E83;
}
.BgClassName
{
background-color: #053E83;
}
</style>
border-color css
<style>
span { border-color: #053E83; }
span { border-color: rgb(5,62,131); }
td.TdClassName
{
border-color: #053E83;
}
.TagClassName
{
border-color: #053E83;
}
</style>