Shades of Dark Cerulean #054A78
Tints of Dark Cerulean #054A78
RGB
CMYK
RGB Variations
Color information
#054A78 (or 0x054A78) is known color: Dark Cerulean. HEX triplet: 05, 4A and 78. RGB value is (5,74,120). Sum of RGB (Red+Green+Blue) = 5+74+120=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #054A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A78 is #FAB587. Grayscale: #3A3A3A. Windows color (decimal): -16430472 or 7883269. OLE color: 7883269.
HSL color Cylindrical-coordinate representation of color #054A78: hue angle of 204º 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 #054A78 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 74 | 120 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.53 |
| HSL | 204º | 0.92% | 0.25% | - |
| HSV(B) | 204º | 0.96% | 0.47% | - |
| XYZ | 5.9 | 6.29 | 18.67 | - |
| YUV | 58.61 | 162.64 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 74 | 120 | 0.96 | 0.38 | 0 | 0.53 | 204 | 0.92 | 0.25 |
| Hex | 5 | 4A | 78 | 60 | 26 | 0 | 35 | CC | 5C | 19 |
| Octal | 5 | 112 | 170 | 140 | 46 | 0 | 65 | 314 | 134 | 31 |
| Binary | 101 | 1001010 | 1111000 | 1100000 | 100110 | 0 | 110101 | 11001100 | 1011100 | 11001 |
Color Harmonies of #054A78
Complementary color
Monochromatic Colors of #054A78
Black with #054A78
Text Example
Text Example
White with #054A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054A78; }
p { color: rgb(5,74,120); }
H1.HeaderClassName
{
color: #054A78;
}
.AnyTagClassName
{
color: #054A78;
}
</style>
background-color css
<style>
a { background-color: #054A78; }
a { background-color: rgb(5,74,120); }
div.DivClassName
{
background-color: #054A78;
}
.BgClassName
{
background-color: #054A78;
}
</style>
border-color css
<style>
span { border-color: #054A78; }
span { border-color: rgb(5,74,120); }
td.TdClassName
{
border-color: #054A78;
}
.TagClassName
{
border-color: #054A78;
}
</style>