Shades of Dark Cerulean #053A78
Tints of Dark Cerulean #053A78
RGB
CMYK
RGB Variations
Color information
#053A78 (or 0x053A78) is known color: Dark Cerulean. HEX triplet: 05, 3A and 78. RGB value is (5,58,120). Sum of RGB (Red+Green+Blue) = 5+58+120=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 120 (47.27% from 255 or 65.57% from 183); Max value from RGB is 120 - color contains mainly: blue. Hex color #053A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A78 is #FAC587. Grayscale: #303030. Windows color (decimal): -16434568 or 7879173. OLE color: 7879173.
HSL color Cylindrical-coordinate representation of color #053A78: hue angle of 212.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053A78 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 58 | 120 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.53 |
| HSL | 212.35º | 0.92% | 0.25% | - |
| HSV(B) | 212.35º | 0.96% | 0.47% | - |
| XYZ | 4.97 | 4.41 | 18.36 | - |
| YUV | 49.22 | 167.94 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 58 | 120 | 0.96 | 0.52 | 0 | 0.53 | 212.35 | 0.92 | 0.25 |
| Hex | 5 | 3A | 78 | 60 | 34 | 0 | 35 | D4 | 5C | 19 |
| Octal | 5 | 72 | 170 | 140 | 64 | 0 | 65 | 324 | 134 | 31 |
| Binary | 101 | 111010 | 1111000 | 1100000 | 110100 | 0 | 110101 | 11010100 | 1011100 | 11001 |
Color Harmonies of #053A78
Complementary color
Monochromatic Colors of #053A78
Black with #053A78
Text Example
Text Example
White with #053A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053A78; }
p { color: rgb(5,58,120); }
H1.HeaderClassName
{
color: #053A78;
}
.AnyTagClassName
{
color: #053A78;
}
</style>
background-color css
<style>
a { background-color: #053A78; }
a { background-color: rgb(5,58,120); }
div.DivClassName
{
background-color: #053A78;
}
.BgClassName
{
background-color: #053A78;
}
</style>
border-color css
<style>
span { border-color: #053A78; }
span { border-color: rgb(5,58,120); }
td.TdClassName
{
border-color: #053A78;
}
.TagClassName
{
border-color: #053A78;
}
</style>