Shades of Dark Cerulean #053D77
Tints of Dark Cerulean #053D77
RGB
CMYK
RGB Variations
Color information
#053D77 (or 0x053D77) is known color: Dark Cerulean. HEX triplet: 05, 3D and 77. RGB value is (5,61,119). Sum of RGB (Red+Green+Blue) = 5+61+119=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #053D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D77 is #FAC288. Grayscale: #323232. Windows color (decimal): -16433801 or 7814405. OLE color: 7814405.
HSL color Cylindrical-coordinate representation of color #053D77: hue angle of 210.53º 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 #053D77 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 61 | 119 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.53 |
| HSL | 210.53º | 0.92% | 0.24% | - |
| HSV(B) | 210.53º | 0.96% | 0.47% | - |
| XYZ | 5.06 | 4.7 | 18.09 | - |
| YUV | 50.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 119 | 0.96 | 0.49 | 0 | 0.53 | 210.53 | 0.92 | 0.24 |
| Hex | 5 | 3D | 77 | 60 | 31 | 0 | 35 | D3 | 5C | 18 |
| Octal | 5 | 75 | 167 | 140 | 61 | 0 | 65 | 323 | 134 | 30 |
| Binary | 101 | 111101 | 1110111 | 1100000 | 110001 | 0 | 110101 | 11010011 | 1011100 | 11000 |
Color Harmonies of #053D77
Complementary color
Monochromatic Colors of #053D77
Black with #053D77
Text Example
Text Example
White with #053D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D77; }
p { color: rgb(5,61,119); }
H1.HeaderClassName
{
color: #053D77;
}
.AnyTagClassName
{
color: #053D77;
}
</style>
background-color css
<style>
a { background-color: #053D77; }
a { background-color: rgb(5,61,119); }
div.DivClassName
{
background-color: #053D77;
}
.BgClassName
{
background-color: #053D77;
}
</style>
border-color css
<style>
span { border-color: #053D77; }
span { border-color: rgb(5,61,119); }
td.TdClassName
{
border-color: #053D77;
}
.TagClassName
{
border-color: #053D77;
}
</style>