Shades of Dark Cerulean #053A88
Tints of Dark Cerulean #053A88
RGB
CMYK
RGB Variations
Color information
#053A88 (or 0x053A88) is known color: Dark Cerulean. HEX triplet: 05, 3A and 88. RGB value is (5,58,136). Sum of RGB (Red+Green+Blue) = 5+58+136=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 136 (53.52% from 255 or 68.34% from 199); Max value from RGB is 136 - color contains mainly: blue. Hex color #053A88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A88 is #FAC577. Grayscale: #323232. Windows color (decimal): -16434552 or 8927749. OLE color: 8927749.
HSL color Cylindrical-coordinate representation of color #053A88: hue angle of 215.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053A88 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 58 | 136 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.47 |
| HSL | 215.73º | 0.93% | 0.28% | - |
| HSV(B) | 215.73º | 0.96% | 0.53% | - |
| XYZ | 6.02 | 4.84 | 23.91 | - |
| YUV | 51.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 136 | 0.96 | 0.57 | 0 | 0.47 | 215.73 | 0.93 | 0.28 |
| Hex | 5 | 3A | 88 | 60 | 39 | 0 | 2F | D8 | 5D | 1C |
| Octal | 5 | 72 | 210 | 140 | 71 | 0 | 57 | 330 | 135 | 34 |
| Binary | 101 | 111010 | 10001000 | 1100000 | 111001 | 0 | 101111 | 11011000 | 1011101 | 11100 |
Color Harmonies of #053A88
Complementary color
Monochromatic Colors of #053A88
Black with #053A88
Text Example
Text Example
White with #053A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A88; }
p { color: rgb(5,58,136); }
H1.HeaderClassName
{
color: #053A88;
}
.AnyTagClassName
{
color: #053A88;
}
</style>
background-color css
<style>
a { background-color: #053A88; }
a { background-color: rgb(5,58,136); }
div.DivClassName
{
background-color: #053A88;
}
.BgClassName
{
background-color: #053A88;
}
</style>
border-color css
<style>
span { border-color: #053A88; }
span { border-color: rgb(5,58,136); }
td.TdClassName
{
border-color: #053A88;
}
.TagClassName
{
border-color: #053A88;
}
</style>