Shades of Dark Cerulean #054978
Tints of Dark Cerulean #054978
RGB
CMYK
RGB Variations
Color information
#054978 (or 0x054978) is known color: Dark Cerulean. HEX triplet: 05, 49 and 78. RGB value is (5,73,120). Sum of RGB (Red+Green+Blue) = 5+73+120=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #054978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054978 is #FAB687. Grayscale: #393939. Windows color (decimal): -16430728 or 7883013. OLE color: 7883013.
HSL color Cylindrical-coordinate representation of color #054978: hue angle of 204.52º 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 #054978 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 73 | 120 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.53 |
| HSL | 204.52º | 0.92% | 0.25% | - |
| HSV(B) | 204.52º | 0.96% | 0.47% | - |
| XYZ | 5.84 | 6.15 | 18.65 | - |
| YUV | 58.03 | 162.97 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 73 | 120 | 0.96 | 0.39 | 0 | 0.53 | 204.52 | 0.92 | 0.25 |
| Hex | 5 | 49 | 78 | 60 | 27 | 0 | 35 | CD | 5C | 19 |
| Octal | 5 | 111 | 170 | 140 | 47 | 0 | 65 | 315 | 134 | 31 |
| Binary | 101 | 1001001 | 1111000 | 1100000 | 100111 | 0 | 110101 | 11001101 | 1011100 | 11001 |
Color Harmonies of #054978
Complementary color
Monochromatic Colors of #054978
Black with #054978
Text Example
Text Example
White with #054978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054978; }
p { color: rgb(5,73,120); }
H1.HeaderClassName
{
color: #054978;
}
.AnyTagClassName
{
color: #054978;
}
</style>
background-color css
<style>
a { background-color: #054978; }
a { background-color: rgb(5,73,120); }
div.DivClassName
{
background-color: #054978;
}
.BgClassName
{
background-color: #054978;
}
</style>
border-color css
<style>
span { border-color: #054978; }
span { border-color: rgb(5,73,120); }
td.TdClassName
{
border-color: #054978;
}
.TagClassName
{
border-color: #054978;
}
</style>