Shades of Cobalt #054C96
Tints of Cobalt #054C96
RGB
CMYK
RGB Variations
Color information
#054C96 (or 0x054C96) is known color: Cobalt. HEX triplet: 05, 4C and 96. RGB value is (5,76,150). Sum of RGB (Red+Green+Blue) = 5+76+150=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #054C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C96 is #FAB369. Grayscale: #3E3E3E. Windows color (decimal): -16429930 or 9849861. OLE color: 9849861.
HSL color Cylindrical-coordinate representation of color #054C96: hue angle of 210.62º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054C96 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 5 | 76 | 150 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.41 |
| HSL | 210.62º | 0.94% | 0.3% | - |
| HSV(B) | 210.62º | 0.97% | 0.59% | - |
| XYZ | 8.15 | 7.4 | 29.85 | - |
| YUV | 63.21 | 176.98 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 150 | 0.97 | 0.49 | 0 | 0.41 | 210.62 | 0.94 | 0.3 |
| Hex | 5 | 4C | 96 | 61 | 31 | 0 | 29 | D3 | 5E | 1E |
| Octal | 5 | 114 | 226 | 141 | 61 | 0 | 51 | 323 | 136 | 36 |
| Binary | 101 | 1001100 | 10010110 | 1100001 | 110001 | 0 | 101001 | 11010011 | 1011110 | 11110 |
Color Harmonies of #054C96
Complementary color
Monochromatic Colors of #054C96
Black with #054C96
Text Example
Text Example
White with #054C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054C96; }
p { color: rgb(5,76,150); }
H1.HeaderClassName
{
color: #054C96;
}
.AnyTagClassName
{
color: #054C96;
}
</style>
background-color css
<style>
a { background-color: #054C96; }
a { background-color: rgb(5,76,150); }
div.DivClassName
{
background-color: #054C96;
}
.BgClassName
{
background-color: #054C96;
}
</style>
border-color css
<style>
span { border-color: #054C96; }
span { border-color: rgb(5,76,150); }
td.TdClassName
{
border-color: #054C96;
}
.TagClassName
{
border-color: #054C96;
}
</style>