Shades of Dark Cerulean #053D76
Tints of Dark Cerulean #053D76
RGB
CMYK
RGB Variations
Color information
#053D76 (or 0x053D76) is known color: Dark Cerulean. HEX triplet: 05, 3D and 76. RGB value is (5,61,118). Sum of RGB (Red+Green+Blue) = 5+61+118=184 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.72% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #053D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053D76 is #FAC289. Grayscale: #323232. Windows color (decimal): -16433802 or 7748869. OLE color: 7748869.
HSL color Cylindrical-coordinate representation of color #053D76: hue angle of 210.27º 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 #053D76 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 61 | 118 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.54 |
| HSL | 210.27º | 0.92% | 0.24% | - |
| HSV(B) | 210.27º | 0.96% | 0.46% | - |
| XYZ | 5 | 4.68 | 17.78 | - |
| YUV | 50.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 118 | 0.96 | 0.48 | 0 | 0.54 | 210.27 | 0.92 | 0.24 |
| Hex | 5 | 3D | 76 | 60 | 30 | 0 | 36 | D2 | 5C | 18 |
| Octal | 5 | 75 | 166 | 140 | 60 | 0 | 66 | 322 | 134 | 30 |
| Binary | 101 | 111101 | 1110110 | 1100000 | 110000 | 0 | 110110 | 11010010 | 1011100 | 11000 |
Color Harmonies of #053D76
Complementary color
Monochromatic Colors of #053D76
Black with #053D76
Text Example
Text Example
White with #053D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053D76; }
p { color: rgb(5,61,118); }
H1.HeaderClassName
{
color: #053D76;
}
.AnyTagClassName
{
color: #053D76;
}
</style>
background-color css
<style>
a { background-color: #053D76; }
a { background-color: rgb(5,61,118); }
div.DivClassName
{
background-color: #053D76;
}
.BgClassName
{
background-color: #053D76;
}
</style>
border-color css
<style>
span { border-color: #053D76; }
span { border-color: rgb(5,61,118); }
td.TdClassName
{
border-color: #053D76;
}
.TagClassName
{
border-color: #053D76;
}
</style>