Shades of Dark Cerulean #054878
Tints of Dark Cerulean #054878
RGB
CMYK
RGB Variations
Color information
#054878 (or 0x054878) is known color: Dark Cerulean. HEX triplet: 05, 48 and 78. RGB value is (5,72,120). Sum of RGB (Red+Green+Blue) = 5+72+120=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #054878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054878 is #FAB787. Grayscale: #393939. Windows color (decimal): -16430984 or 7882757. OLE color: 7882757.
HSL color Cylindrical-coordinate representation of color #054878: hue angle of 205.04º 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 #054878 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 72 | 120 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.53 |
| HSL | 205.04º | 0.92% | 0.25% | - |
| HSV(B) | 205.04º | 0.96% | 0.47% | - |
| XYZ | 5.77 | 6.02 | 18.63 | - |
| YUV | 57.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 72 | 120 | 0.96 | 0.40 | 0 | 0.53 | 205.04 | 0.92 | 0.25 |
| Hex | 5 | 48 | 78 | 60 | 28 | 0 | 35 | CD | 5C | 19 |
| Octal | 5 | 110 | 170 | 140 | 50 | 0 | 65 | 315 | 134 | 31 |
| Binary | 101 | 1001000 | 1111000 | 1100000 | 101000 | 0 | 110101 | 11001101 | 1011100 | 11001 |
Color Harmonies of #054878
Complementary color
Monochromatic Colors of #054878
Black with #054878
Text Example
Text Example
White with #054878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054878; }
p { color: rgb(5,72,120); }
H1.HeaderClassName
{
color: #054878;
}
.AnyTagClassName
{
color: #054878;
}
</style>
background-color css
<style>
a { background-color: #054878; }
a { background-color: rgb(5,72,120); }
div.DivClassName
{
background-color: #054878;
}
.BgClassName
{
background-color: #054878;
}
</style>
border-color css
<style>
span { border-color: #054878; }
span { border-color: rgb(5,72,120); }
td.TdClassName
{
border-color: #054878;
}
.TagClassName
{
border-color: #054878;
}
</style>