Shades of Cobalt #0540B4
Tints of Cobalt #0540B4
RGB
CMYK
RGB Variations
Color information
#0540B4 (or 0x0540B4) is known color: Cobalt. HEX triplet: 05, 40 and B4. RGB value is (5,64,180). Sum of RGB (Red+Green+Blue) = 5+64+180=249 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.01% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #0540B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0540B4 is #FABF4B. Grayscale: #3B3B3B. Windows color (decimal): -16432972 or 11812869. OLE color: 11812869.
HSL color Cylindrical-coordinate representation of color #0540B4: hue angle of 219.77º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0540B4 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 64 | 180 | - |
| CMYK | 0.97 | 0.64 | 0 | 0.29 |
| HSL | 219.77º | 0.95% | 0.36% | - |
| HSV(B) | 219.77º | 0.97% | 0.71% | - |
| XYZ | 10.13 | 6.99 | 44 | - |
| YUV | 59.58 | 195.95 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 180 | 0.97 | 0.64 | 0 | 0.29 | 219.77 | 0.95 | 0.36 |
| Hex | 5 | 40 | B4 | 61 | 40 | 0 | 1D | DC | 5F | 24 |
| Octal | 5 | 100 | 264 | 141 | 100 | 0 | 35 | 334 | 137 | 44 |
| Binary | 101 | 1000000 | 10110100 | 1100001 | 1000000 | 0 | 11101 | 11011100 | 1011111 | 100100 |
Color Harmonies of #0540B4
Complementary color
Monochromatic Colors of #0540B4
Black with #0540B4
Text Example
Text Example
White with #0540B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0540B4; }
p { color: rgb(5,64,180); }
H1.HeaderClassName
{
color: #0540B4;
}
.AnyTagClassName
{
color: #0540B4;
}
</style>
background-color css
<style>
a { background-color: #0540B4; }
a { background-color: rgb(5,64,180); }
div.DivClassName
{
background-color: #0540B4;
}
.BgClassName
{
background-color: #0540B4;
}
</style>
border-color css
<style>
span { border-color: #0540B4; }
span { border-color: rgb(5,64,180); }
td.TdClassName
{
border-color: #0540B4;
}
.TagClassName
{
border-color: #0540B4;
}
</style>