Shades of Dark Cerulean #054B77
Tints of Dark Cerulean #054B77
RGB
CMYK
RGB Variations
Color information
#054B77 (or 0x054B77) is known color: Dark Cerulean. HEX triplet: 05, 4B and 77. RGB value is (5,75,119). Sum of RGB (Red+Green+Blue) = 5+75+119=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #054B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054B77 is #FAB488. Grayscale: #3A3A3A. Windows color (decimal): -16430217 or 7817989. OLE color: 7817989.
HSL color Cylindrical-coordinate representation of color #054B77: hue angle of 203.16º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054B77 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 75 | 119 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.53 |
| HSL | 203.16º | 0.92% | 0.24% | - |
| HSV(B) | 203.16º | 0.96% | 0.47% | - |
| XYZ | 5.91 | 6.4 | 18.38 | - |
| YUV | 59.09 | 161.81 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 75 | 119 | 0.96 | 0.37 | 0 | 0.53 | 203.16 | 0.92 | 0.24 |
| Hex | 5 | 4B | 77 | 60 | 25 | 0 | 35 | CB | 5C | 18 |
| Octal | 5 | 113 | 167 | 140 | 45 | 0 | 65 | 313 | 134 | 30 |
| Binary | 101 | 1001011 | 1110111 | 1100000 | 100101 | 0 | 110101 | 11001011 | 1011100 | 11000 |
Color Harmonies of #054B77
Complementary color
Monochromatic Colors of #054B77
Black with #054B77
Text Example
Text Example
White with #054B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054B77; }
p { color: rgb(5,75,119); }
H1.HeaderClassName
{
color: #054B77;
}
.AnyTagClassName
{
color: #054B77;
}
</style>
background-color css
<style>
a { background-color: #054B77; }
a { background-color: rgb(5,75,119); }
div.DivClassName
{
background-color: #054B77;
}
.BgClassName
{
background-color: #054B77;
}
</style>
border-color css
<style>
span { border-color: #054B77; }
span { border-color: rgb(5,75,119); }
td.TdClassName
{
border-color: #054B77;
}
.TagClassName
{
border-color: #054B77;
}
</style>