Shades of Cobalt #054EBC
Tints of Cobalt #054EBC
RGB
CMYK
RGB Variations
Color information
#054EBC (or 0x054EBC) is known color: Cobalt. HEX triplet: 05, 4E and BC. RGB value is (5,78,188). Sum of RGB (Red+Green+Blue) = 5+78+188=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #054EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EBC is #FAB143. Grayscale: #444444. Windows color (decimal): -16429380 or 12340741. OLE color: 12340741.
HSL color Cylindrical-coordinate representation of color #054EBC: hue angle of 216.07º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054EBC is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 78 | 188 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.26 |
| HSL | 216.07º | 0.95% | 0.38% | - |
| HSV(B) | 216.07º | 0.97% | 0.74% | - |
| XYZ | 11.86 | 9.11 | 48.71 | - |
| YUV | 68.71 | 195.32 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 78 | 188 | 0.97 | 0.59 | 0 | 0.26 | 216.07 | 0.95 | 0.38 |
| Hex | 5 | 4E | BC | 61 | 3B | 0 | 1A | D8 | 5F | 26 |
| Octal | 5 | 116 | 274 | 141 | 73 | 0 | 32 | 330 | 137 | 46 |
| Binary | 101 | 1001110 | 10111100 | 1100001 | 111011 | 0 | 11010 | 11011000 | 1011111 | 100110 |
Color Harmonies of #054EBC
Complementary color
Monochromatic Colors of #054EBC
Black with #054EBC
Text Example
Text Example
White with #054EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054EBC; }
p { color: rgb(5,78,188); }
H1.HeaderClassName
{
color: #054EBC;
}
.AnyTagClassName
{
color: #054EBC;
}
</style>
background-color css
<style>
a { background-color: #054EBC; }
a { background-color: rgb(5,78,188); }
div.DivClassName
{
background-color: #054EBC;
}
.BgClassName
{
background-color: #054EBC;
}
</style>
border-color css
<style>
span { border-color: #054EBC; }
span { border-color: rgb(5,78,188); }
td.TdClassName
{
border-color: #054EBC;
}
.TagClassName
{
border-color: #054EBC;
}
</style>