Shades of Dark Cerulean #053B87
Tints of Dark Cerulean #053B87
RGB
CMYK
RGB Variations
Color information
#053B87 (or 0x053B87) is known color: Dark Cerulean. HEX triplet: 05, 3B and 87. RGB value is (5,59,135). Sum of RGB (Red+Green+Blue) = 5+59+135=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #053B87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B87 is #FAC478. Grayscale: #333333. Windows color (decimal): -16434297 or 8862469. OLE color: 8862469.
HSL color Cylindrical-coordinate representation of color #053B87: hue angle of 215.08º 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 #053B87 is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 59 | 135 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.47 |
| HSL | 215.08º | 0.93% | 0.27% | - |
| HSV(B) | 215.08º | 0.96% | 0.53% | - |
| XYZ | 6 | 4.91 | 23.55 | - |
| YUV | 51.52 | 175.11 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 59 | 135 | 0.96 | 0.56 | 0 | 0.47 | 215.08 | 0.93 | 0.27 |
| Hex | 5 | 3B | 87 | 60 | 38 | 0 | 2F | D7 | 5D | 1B |
| Octal | 5 | 73 | 207 | 140 | 70 | 0 | 57 | 327 | 135 | 33 |
| Binary | 101 | 111011 | 10000111 | 1100000 | 111000 | 0 | 101111 | 11010111 | 1011101 | 11011 |
Color Harmonies of #053B87
Complementary color
Monochromatic Colors of #053B87
Black with #053B87
Text Example
Text Example
White with #053B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053B87; }
p { color: rgb(5,59,135); }
H1.HeaderClassName
{
color: #053B87;
}
.AnyTagClassName
{
color: #053B87;
}
</style>
background-color css
<style>
a { background-color: #053B87; }
a { background-color: rgb(5,59,135); }
div.DivClassName
{
background-color: #053B87;
}
.BgClassName
{
background-color: #053B87;
}
</style>
border-color css
<style>
span { border-color: #053B87; }
span { border-color: rgb(5,59,135); }
td.TdClassName
{
border-color: #053B87;
}
.TagClassName
{
border-color: #053B87;
}
</style>