Shades of Cobalt #054E9E
Tints of Cobalt #054E9E
RGB
CMYK
RGB Variations
Color information
#054E9E (or 0x054E9E) is known color: Cobalt. HEX triplet: 05, 4E and 9E. RGB value is (5,78,158). Sum of RGB (Red+Green+Blue) = 5+78+158=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #054E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054E9E is #FAB161. Grayscale: #404040. Windows color (decimal): -16429410 or 10374661. OLE color: 10374661.
HSL color Cylindrical-coordinate representation of color #054E9E: hue angle of 211.37º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054E9E is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 5 | 78 | 158 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.38 |
| HSL | 211.37º | 0.94% | 0.32% | - |
| HSV(B) | 211.37º | 0.97% | 0.62% | - |
| XYZ | 8.96 | 7.95 | 33.41 | - |
| YUV | 65.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 158 | 0.97 | 0.51 | 0 | 0.38 | 211.37 | 0.94 | 0.32 |
| Hex | 5 | 4E | 9E | 61 | 33 | 0 | 26 | D3 | 5E | 20 |
| Octal | 5 | 116 | 236 | 141 | 63 | 0 | 46 | 323 | 136 | 40 |
| Binary | 101 | 1001110 | 10011110 | 1100001 | 110011 | 0 | 100110 | 11010011 | 1011110 | 100000 |
Color Harmonies of #054E9E
Complementary color
Monochromatic Colors of #054E9E
Black with #054E9E
Text Example
Text Example
White with #054E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054E9E; }
p { color: rgb(5,78,158); }
H1.HeaderClassName
{
color: #054E9E;
}
.AnyTagClassName
{
color: #054E9E;
}
</style>
background-color css
<style>
a { background-color: #054E9E; }
a { background-color: rgb(5,78,158); }
div.DivClassName
{
background-color: #054E9E;
}
.BgClassName
{
background-color: #054E9E;
}
</style>
border-color css
<style>
span { border-color: #054E9E; }
span { border-color: rgb(5,78,158); }
td.TdClassName
{
border-color: #054E9E;
}
.TagClassName
{
border-color: #054E9E;
}
</style>