Shades of Dark Cerulean #053F78
Tints of Dark Cerulean #053F78
RGB
CMYK
RGB Variations
Color information
#053F78 (or 0x053F78) is known color: Dark Cerulean. HEX triplet: 05, 3F and 78. RGB value is (5,63,120). Sum of RGB (Red+Green+Blue) = 5+63+120=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #053F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F78 is #FAC087. Grayscale: #333333. Windows color (decimal): -16433288 or 7880453. OLE color: 7880453.
HSL color Cylindrical-coordinate representation of color #053F78: hue angle of 209.74º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053F78 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 63 | 120 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.53 |
| HSL | 209.74º | 0.92% | 0.25% | - |
| HSV(B) | 209.74º | 0.96% | 0.47% | - |
| XYZ | 5.23 | 4.94 | 18.45 | - |
| YUV | 52.16 | 166.28 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 120 | 0.96 | 0.48 | 0 | 0.53 | 209.74 | 0.92 | 0.25 |
| Hex | 5 | 3F | 78 | 60 | 30 | 0 | 35 | D2 | 5C | 19 |
| Octal | 5 | 77 | 170 | 140 | 60 | 0 | 65 | 322 | 134 | 31 |
| Binary | 101 | 111111 | 1111000 | 1100000 | 110000 | 0 | 110101 | 11010010 | 1011100 | 11001 |
Color Harmonies of #053F78
Complementary color
Monochromatic Colors of #053F78
Black with #053F78
Text Example
Text Example
White with #053F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F78; }
p { color: rgb(5,63,120); }
H1.HeaderClassName
{
color: #053F78;
}
.AnyTagClassName
{
color: #053F78;
}
</style>
background-color css
<style>
a { background-color: #053F78; }
a { background-color: rgb(5,63,120); }
div.DivClassName
{
background-color: #053F78;
}
.BgClassName
{
background-color: #053F78;
}
</style>
border-color css
<style>
span { border-color: #053F78; }
span { border-color: rgb(5,63,120); }
td.TdClassName
{
border-color: #053F78;
}
.TagClassName
{
border-color: #053F78;
}
</style>