Shades of Dark Cerulean #053F77
Tints of Dark Cerulean #053F77
RGB
CMYK
RGB Variations
Color information
#053F77 (or 0x053F77) is known color: Dark Cerulean. HEX triplet: 05, 3F and 77. RGB value is (5,63,119). Sum of RGB (Red+Green+Blue) = 5+63+119=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #053F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F77 is #FAC088. Grayscale: #333333. Windows color (decimal): -16433289 or 7814917. OLE color: 7814917.
HSL color Cylindrical-coordinate representation of color #053F77: hue angle of 209.47º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053F77 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 63 | 119 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.53 |
| HSL | 209.47º | 0.92% | 0.24% | - |
| HSV(B) | 209.47º | 0.96% | 0.47% | - |
| XYZ | 5.17 | 4.92 | 18.13 | - |
| YUV | 52.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 63 | 119 | 0.96 | 0.47 | 0 | 0.53 | 209.47 | 0.92 | 0.24 |
| Hex | 5 | 3F | 77 | 60 | 2F | 0 | 35 | D1 | 5C | 18 |
| Octal | 5 | 77 | 167 | 140 | 57 | 0 | 65 | 321 | 134 | 30 |
| Binary | 101 | 111111 | 1110111 | 1100000 | 101111 | 0 | 110101 | 11010001 | 1011100 | 11000 |
Color Harmonies of #053F77
Complementary color
Monochromatic Colors of #053F77
Black with #053F77
Text Example
Text Example
White with #053F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053F77; }
p { color: rgb(5,63,119); }
H1.HeaderClassName
{
color: #053F77;
}
.AnyTagClassName
{
color: #053F77;
}
</style>
background-color css
<style>
a { background-color: #053F77; }
a { background-color: rgb(5,63,119); }
div.DivClassName
{
background-color: #053F77;
}
.BgClassName
{
background-color: #053F77;
}
</style>
border-color css
<style>
span { border-color: #053F77; }
span { border-color: rgb(5,63,119); }
td.TdClassName
{
border-color: #053F77;
}
.TagClassName
{
border-color: #053F77;
}
</style>