Shades of Cobalt #054CC2
Tints of Cobalt #054CC2
RGB
CMYK
RGB Variations
Color information
#054CC2 (or 0x054CC2) is known color: Cobalt. HEX triplet: 05, 4C and C2. RGB value is (5,76,194). Sum of RGB (Red+Green+Blue) = 5+76+194=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 194 (76.17% from 255 or 70.55% from 275); Max value from RGB is 194 - color contains mainly: blue. Hex color #054CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CC2 is #FAB33D. Grayscale: #434343. Windows color (decimal): -16429886 or 12733445. OLE color: 12733445.
HSL color Cylindrical-coordinate representation of color #054CC2: hue angle of 217.46º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054CC2 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 76 | 194 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.24 |
| HSL | 217.46º | 0.95% | 0.39% | - |
| HSV(B) | 217.46º | 0.97% | 0.76% | - |
| XYZ | 12.38 | 9.1 | 52.14 | - |
| YUV | 68.22 | 198.98 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 76 | 194 | 0.97 | 0.61 | 0 | 0.24 | 217.46 | 0.95 | 0.39 |
| Hex | 5 | 4C | C2 | 61 | 3D | 0 | 18 | D9 | 5F | 27 |
| Octal | 5 | 114 | 302 | 141 | 75 | 0 | 30 | 331 | 137 | 47 |
| Binary | 101 | 1001100 | 11000010 | 1100001 | 111101 | 0 | 11000 | 11011001 | 1011111 | 100111 |
Color Harmonies of #054CC2
Complementary color
Monochromatic Colors of #054CC2
Black with #054CC2
Text Example
Text Example
White with #054CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054CC2; }
p { color: rgb(5,76,194); }
H1.HeaderClassName
{
color: #054CC2;
}
.AnyTagClassName
{
color: #054CC2;
}
</style>
background-color css
<style>
a { background-color: #054CC2; }
a { background-color: rgb(5,76,194); }
div.DivClassName
{
background-color: #054CC2;
}
.BgClassName
{
background-color: #054CC2;
}
</style>
border-color css
<style>
span { border-color: #054CC2; }
span { border-color: rgb(5,76,194); }
td.TdClassName
{
border-color: #054CC2;
}
.TagClassName
{
border-color: #054CC2;
}
</style>