Shades of Cobalt #0540AB
Tints of Cobalt #0540AB
RGB
CMYK
RGB Variations
Color information
#0540AB (or 0x0540AB) is known color: Cobalt. HEX triplet: 05, 40 and AB. RGB value is (5,64,171). Sum of RGB (Red+Green+Blue) = 5+64+171=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #0540AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0540AB is #FABF54. Grayscale: #3A3A3A. Windows color (decimal): -16432981 or 11223045. OLE color: 11223045.
HSL color Cylindrical-coordinate representation of color #0540AB: hue angle of 218.67º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0540AB is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 64 | 171 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.33 |
| HSL | 218.67º | 0.94% | 0.35% | - |
| HSV(B) | 218.67º | 0.97% | 0.67% | - |
| XYZ | 9.25 | 6.64 | 39.32 | - |
| YUV | 58.56 | 191.45 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 171 | 0.97 | 0.63 | 0 | 0.33 | 218.67 | 0.94 | 0.35 |
| Hex | 5 | 40 | AB | 61 | 3F | 0 | 21 | DB | 5E | 23 |
| Octal | 5 | 100 | 253 | 141 | 77 | 0 | 41 | 333 | 136 | 43 |
| Binary | 101 | 1000000 | 10101011 | 1100001 | 111111 | 0 | 100001 | 11011011 | 1011110 | 100011 |
Color Harmonies of #0540AB
Complementary color
Monochromatic Colors of #0540AB
Black with #0540AB
Text Example
Text Example
White with #0540AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0540AB; }
p { color: rgb(5,64,171); }
H1.HeaderClassName
{
color: #0540AB;
}
.AnyTagClassName
{
color: #0540AB;
}
</style>
background-color css
<style>
a { background-color: #0540AB; }
a { background-color: rgb(5,64,171); }
div.DivClassName
{
background-color: #0540AB;
}
.BgClassName
{
background-color: #0540AB;
}
</style>
border-color css
<style>
span { border-color: #0540AB; }
span { border-color: rgb(5,64,171); }
td.TdClassName
{
border-color: #0540AB;
}
.TagClassName
{
border-color: #0540AB;
}
</style>