Shades of Cobalt #054CC0
Tints of Cobalt #054CC0
RGB
CMYK
RGB Variations
Color information
#054CC0 (or 0x054CC0) is known color: Cobalt. HEX triplet: 05, 4C and C0. RGB value is (5,76,192). Sum of RGB (Red+Green+Blue) = 5+76+192=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #054CC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CC0 is #FAB33F. Grayscale: #434343. Windows color (decimal): -16429888 or 12602373. OLE color: 12602373.
HSL color Cylindrical-coordinate representation of color #054CC0: hue angle of 217.22º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054CC0 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 76 | 192 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.25 |
| HSL | 217.22º | 0.95% | 0.39% | - |
| HSV(B) | 217.22º | 0.97% | 0.75% | - |
| XYZ | 12.16 | 9.01 | 50.97 | - |
| YUV | 68 | 197.98 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 192 | 0.97 | 0.60 | 0 | 0.25 | 217.22 | 0.95 | 0.39 |
| Hex | 5 | 4C | C0 | 61 | 3C | 0 | 19 | D9 | 5F | 27 |
| Octal | 5 | 114 | 300 | 141 | 74 | 0 | 31 | 331 | 137 | 47 |
| Binary | 101 | 1001100 | 11000000 | 1100001 | 111100 | 0 | 11001 | 11011001 | 1011111 | 100111 |
Color Harmonies of #054CC0
Complementary color
Monochromatic Colors of #054CC0
Black with #054CC0
Text Example
Text Example
White with #054CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CC0; }
p { color: rgb(5,76,192); }
H1.HeaderClassName
{
color: #054CC0;
}
.AnyTagClassName
{
color: #054CC0;
}
</style>
background-color css
<style>
a { background-color: #054CC0; }
a { background-color: rgb(5,76,192); }
div.DivClassName
{
background-color: #054CC0;
}
.BgClassName
{
background-color: #054CC0;
}
</style>
border-color css
<style>
span { border-color: #054CC0; }
span { border-color: rgb(5,76,192); }
td.TdClassName
{
border-color: #054CC0;
}
.TagClassName
{
border-color: #054CC0;
}
</style>