Shades of Cobalt #0540C0
Tints of Cobalt #0540C0
RGB
CMYK
RGB Variations
Color information
#0540C0 (or 0x0540C0) is known color: Cobalt. HEX triplet: 05, 40 and C0. RGB value is (5,64,192). Sum of RGB (Red+Green+Blue) = 5+64+192=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 192 (75.39% from 255 or 73.56% from 261); Max value from RGB is 192 - color contains mainly: blue. Hex color #0540C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0540C0 is #FABF3F. Grayscale: #3C3C3C. Windows color (decimal): -16432960 or 12599301. OLE color: 12599301.
HSL color Cylindrical-coordinate representation of color #0540C0: hue angle of 221.07º 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 #0540C0 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 64 | 192 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.25 |
| HSL | 221.07º | 0.95% | 0.39% | - |
| HSV(B) | 221.07º | 0.97% | 0.75% | - |
| XYZ | 11.41 | 7.5 | 50.72 | - |
| YUV | 60.95 | 201.95 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 192 | 0.97 | 0.67 | 0 | 0.25 | 221.07 | 0.95 | 0.39 |
| Hex | 5 | 40 | C0 | 61 | 43 | 0 | 19 | DD | 5F | 27 |
| Octal | 5 | 100 | 300 | 141 | 103 | 0 | 31 | 335 | 137 | 47 |
| Binary | 101 | 1000000 | 11000000 | 1100001 | 1000011 | 0 | 11001 | 11011101 | 1011111 | 100111 |
Color Harmonies of #0540C0
Complementary color
Monochromatic Colors of #0540C0
Black with #0540C0
Text Example
Text Example
White with #0540C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0540C0; }
p { color: rgb(5,64,192); }
H1.HeaderClassName
{
color: #0540C0;
}
.AnyTagClassName
{
color: #0540C0;
}
</style>
background-color css
<style>
a { background-color: #0540C0; }
a { background-color: rgb(5,64,192); }
div.DivClassName
{
background-color: #0540C0;
}
.BgClassName
{
background-color: #0540C0;
}
</style>
border-color css
<style>
span { border-color: #0540C0; }
span { border-color: rgb(5,64,192); }
td.TdClassName
{
border-color: #0540C0;
}
.TagClassName
{
border-color: #0540C0;
}
</style>