Shades of Dark Cerulean #054E89
Tints of Dark Cerulean #054E89
RGB
CMYK
RGB Variations
Color information
#054E89 (or 0x054E89) is known color: Dark Cerulean. HEX triplet: 05, 4E and 89. RGB value is (5,78,137). Sum of RGB (Red+Green+Blue) = 5+78+137=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #054E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E89 is #FAB176. Grayscale: #3E3E3E. Windows color (decimal): -16429431 or 8998405. OLE color: 8998405.
HSL color Cylindrical-coordinate representation of color #054E89: hue angle of 206.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054E89 is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 78 | 137 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.46 |
| HSL | 206.82º | 0.93% | 0.28% | - |
| HSV(B) | 206.82º | 0.96% | 0.54% | - |
| XYZ | 7.3 | 7.29 | 24.69 | - |
| YUV | 62.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 137 | 0.96 | 0.43 | 0 | 0.46 | 206.82 | 0.93 | 0.28 |
| Hex | 5 | 4E | 89 | 60 | 2B | 0 | 2E | CF | 5D | 1C |
| Octal | 5 | 116 | 211 | 140 | 53 | 0 | 56 | 317 | 135 | 34 |
| Binary | 101 | 1001110 | 10001001 | 1100000 | 101011 | 0 | 101110 | 11001111 | 1011101 | 11100 |
Color Harmonies of #054E89
Complementary color
Monochromatic Colors of #054E89
Black with #054E89
Text Example
Text Example
White with #054E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E89; }
p { color: rgb(5,78,137); }
H1.HeaderClassName
{
color: #054E89;
}
.AnyTagClassName
{
color: #054E89;
}
</style>
background-color css
<style>
a { background-color: #054E89; }
a { background-color: rgb(5,78,137); }
div.DivClassName
{
background-color: #054E89;
}
.BgClassName
{
background-color: #054E89;
}
</style>
border-color css
<style>
span { border-color: #054E89; }
span { border-color: rgb(5,78,137); }
td.TdClassName
{
border-color: #054E89;
}
.TagClassName
{
border-color: #054E89;
}
</style>