Shades of Dark Cerulean #053977
Tints of Dark Cerulean #053977
RGB
CMYK
RGB Variations
Color information
#053977 (or 0x053977) is known color: Dark Cerulean. HEX triplet: 05, 39 and 77. RGB value is (5,57,119). Sum of RGB (Red+Green+Blue) = 5+57+119=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #053977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053977 is #FAC688. Grayscale: #303030. Windows color (decimal): -16434825 or 7813381. OLE color: 7813381.
HSL color Cylindrical-coordinate representation of color #053977: hue angle of 212.63º 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 #053977 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 57 | 119 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.53 |
| HSL | 212.63º | 0.92% | 0.24% | - |
| HSV(B) | 212.63º | 0.96% | 0.47% | - |
| XYZ | 4.86 | 4.29 | 18.02 | - |
| YUV | 48.52 | 167.77 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 119 | 0.96 | 0.52 | 0 | 0.53 | 212.63 | 0.92 | 0.24 |
| Hex | 5 | 39 | 77 | 60 | 34 | 0 | 35 | D5 | 5C | 18 |
| Octal | 5 | 71 | 167 | 140 | 64 | 0 | 65 | 325 | 134 | 30 |
| Binary | 101 | 111001 | 1110111 | 1100000 | 110100 | 0 | 110101 | 11010101 | 1011100 | 11000 |
Color Harmonies of #053977
Complementary color
Monochromatic Colors of #053977
Black with #053977
Text Example
Text Example
White with #053977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053977; }
p { color: rgb(5,57,119); }
H1.HeaderClassName
{
color: #053977;
}
.AnyTagClassName
{
color: #053977;
}
</style>
background-color css
<style>
a { background-color: #053977; }
a { background-color: rgb(5,57,119); }
div.DivClassName
{
background-color: #053977;
}
.BgClassName
{
background-color: #053977;
}
</style>
border-color css
<style>
span { border-color: #053977; }
span { border-color: rgb(5,57,119); }
td.TdClassName
{
border-color: #053977;
}
.TagClassName
{
border-color: #053977;
}
</style>