Shades of Dark Cerulean #053A76
Tints of Dark Cerulean #053A76
RGB
CMYK
RGB Variations
Color information
#053A76 (or 0x053A76) is known color: Dark Cerulean. HEX triplet: 05, 3A and 76. RGB value is (5,58,118). Sum of RGB (Red+Green+Blue) = 5+58+118=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #053A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A76 is #FAC589. Grayscale: #303030. Windows color (decimal): -16434570 or 7748101. OLE color: 7748101.
HSL color Cylindrical-coordinate representation of color #053A76: hue angle of 211.86º 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 #053A76 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 58 | 118 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.54 |
| HSL | 211.86º | 0.92% | 0.24% | - |
| HSV(B) | 211.86º | 0.96% | 0.46% | - |
| XYZ | 4.85 | 4.37 | 17.73 | - |
| YUV | 48.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 118 | 0.96 | 0.51 | 0 | 0.54 | 211.86 | 0.92 | 0.24 |
| Hex | 5 | 3A | 76 | 60 | 33 | 0 | 36 | D4 | 5C | 18 |
| Octal | 5 | 72 | 166 | 140 | 63 | 0 | 66 | 324 | 134 | 30 |
| Binary | 101 | 111010 | 1110110 | 1100000 | 110011 | 0 | 110110 | 11010100 | 1011100 | 11000 |
Color Harmonies of #053A76
Complementary color
Monochromatic Colors of #053A76
Black with #053A76
Text Example
Text Example
White with #053A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A76; }
p { color: rgb(5,58,118); }
H1.HeaderClassName
{
color: #053A76;
}
.AnyTagClassName
{
color: #053A76;
}
</style>
background-color css
<style>
a { background-color: #053A76; }
a { background-color: rgb(5,58,118); }
div.DivClassName
{
background-color: #053A76;
}
.BgClassName
{
background-color: #053A76;
}
</style>
border-color css
<style>
span { border-color: #053A76; }
span { border-color: rgb(5,58,118); }
td.TdClassName
{
border-color: #053A76;
}
.TagClassName
{
border-color: #053A76;
}
</style>