Shades of Cobalt #054FC0
Tints of Cobalt #054FC0
RGB
CMYK
RGB Variations
Color information
#054FC0 (or 0x054FC0) is known color: Cobalt. HEX triplet: 05, 4F and C0. RGB value is (5,79,192). Sum of RGB (Red+Green+Blue) = 5+79+192=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 192 (75.39% from 255 or 69.57% from 276); Max value from RGB is 192 - color contains mainly: blue. Hex color #054FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FC0 is #FAB03F. Grayscale: #454545. Windows color (decimal): -16429120 or 12603141. OLE color: 12603141.
HSL color Cylindrical-coordinate representation of color #054FC0: hue angle of 216.26º 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 #054FC0 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 79 | 192 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.25 |
| HSL | 216.26º | 0.95% | 0.39% | - |
| HSV(B) | 216.26º | 0.97% | 0.75% | - |
| XYZ | 12.37 | 9.43 | 51.04 | - |
| YUV | 69.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 79 | 192 | 0.97 | 0.59 | 0 | 0.25 | 216.26 | 0.95 | 0.39 |
| Hex | 5 | 4F | C0 | 61 | 3B | 0 | 19 | D8 | 5F | 27 |
| Octal | 5 | 117 | 300 | 141 | 73 | 0 | 31 | 330 | 137 | 47 |
| Binary | 101 | 1001111 | 11000000 | 1100001 | 111011 | 0 | 11001 | 11011000 | 1011111 | 100111 |
Color Harmonies of #054FC0
Complementary color
Monochromatic Colors of #054FC0
Black with #054FC0
Text Example
Text Example
White with #054FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054FC0; }
p { color: rgb(5,79,192); }
H1.HeaderClassName
{
color: #054FC0;
}
.AnyTagClassName
{
color: #054FC0;
}
</style>
background-color css
<style>
a { background-color: #054FC0; }
a { background-color: rgb(5,79,192); }
div.DivClassName
{
background-color: #054FC0;
}
.BgClassName
{
background-color: #054FC0;
}
</style>
border-color css
<style>
span { border-color: #054FC0; }
span { border-color: rgb(5,79,192); }
td.TdClassName
{
border-color: #054FC0;
}
.TagClassName
{
border-color: #054FC0;
}
</style>