Shades of Dark Cerulean #053C76
Tints of Dark Cerulean #053C76
RGB
CMYK
RGB Variations
Color information
#053C76 (or 0x053C76) is known color: Dark Cerulean. HEX triplet: 05, 3C and 76. RGB value is (5,60,118). Sum of RGB (Red+Green+Blue) = 5+60+118=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #053C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C76 is #FAC389. Grayscale: #313131. Windows color (decimal): -16434058 or 7748613. OLE color: 7748613.
HSL color Cylindrical-coordinate representation of color #053C76: hue angle of 210.8º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053C76 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 60 | 118 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.54 |
| HSL | 210.8º | 0.92% | 0.24% | - |
| HSV(B) | 210.8º | 0.96% | 0.46% | - |
| XYZ | 4.95 | 4.57 | 17.76 | - |
| YUV | 50.17 | 166.28 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 118 | 0.96 | 0.49 | 0 | 0.54 | 210.8 | 0.92 | 0.24 |
| Hex | 5 | 3C | 76 | 60 | 31 | 0 | 36 | D3 | 5C | 18 |
| Octal | 5 | 74 | 166 | 140 | 61 | 0 | 66 | 323 | 134 | 30 |
| Binary | 101 | 111100 | 1110110 | 1100000 | 110001 | 0 | 110110 | 11010011 | 1011100 | 11000 |
Color Harmonies of #053C76
Complementary color
Monochromatic Colors of #053C76
Black with #053C76
Text Example
Text Example
White with #053C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C76; }
p { color: rgb(5,60,118); }
H1.HeaderClassName
{
color: #053C76;
}
.AnyTagClassName
{
color: #053C76;
}
</style>
background-color css
<style>
a { background-color: #053C76; }
a { background-color: rgb(5,60,118); }
div.DivClassName
{
background-color: #053C76;
}
.BgClassName
{
background-color: #053C76;
}
</style>
border-color css
<style>
span { border-color: #053C76; }
span { border-color: rgb(5,60,118); }
td.TdClassName
{
border-color: #053C76;
}
.TagClassName
{
border-color: #053C76;
}
</style>