Shades of Dark Cerulean #053A87
Tints of Dark Cerulean #053A87
RGB
CMYK
RGB Variations
Color information
#053A87 (or 0x053A87) is known color: Dark Cerulean. HEX triplet: 05, 3A and 87. RGB value is (5,58,135). Sum of RGB (Red+Green+Blue) = 5+58+135=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 135 (53.12% from 255 or 68.18% from 198); Max value from RGB is 135 - color contains mainly: blue. Hex color #053A87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A87 is #FAC578. Grayscale: #323232. Windows color (decimal): -16434553 or 8862213. OLE color: 8862213.
HSL color Cylindrical-coordinate representation of color #053A87: hue angle of 215.54º 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 #053A87 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 58 | 135 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.47 |
| HSL | 215.54º | 0.93% | 0.27% | - |
| HSV(B) | 215.54º | 0.96% | 0.53% | - |
| XYZ | 5.95 | 4.81 | 23.54 | - |
| YUV | 50.93 | 175.44 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 135 | 0.96 | 0.57 | 0 | 0.47 | 215.54 | 0.93 | 0.27 |
| Hex | 5 | 3A | 87 | 60 | 39 | 0 | 2F | D8 | 5D | 1B |
| Octal | 5 | 72 | 207 | 140 | 71 | 0 | 57 | 330 | 135 | 33 |
| Binary | 101 | 111010 | 10000111 | 1100000 | 111001 | 0 | 101111 | 11011000 | 1011101 | 11011 |
Color Harmonies of #053A87
Complementary color
Monochromatic Colors of #053A87
Black with #053A87
Text Example
Text Example
White with #053A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A87; }
p { color: rgb(5,58,135); }
H1.HeaderClassName
{
color: #053A87;
}
.AnyTagClassName
{
color: #053A87;
}
</style>
background-color css
<style>
a { background-color: #053A87; }
a { background-color: rgb(5,58,135); }
div.DivClassName
{
background-color: #053A87;
}
.BgClassName
{
background-color: #053A87;
}
</style>
border-color css
<style>
span { border-color: #053A87; }
span { border-color: rgb(5,58,135); }
td.TdClassName
{
border-color: #053A87;
}
.TagClassName
{
border-color: #053A87;
}
</style>