Shades of Cobalt #0540BF
Tints of Cobalt #0540BF
RGB
CMYK
RGB Variations
Color information
#0540BF (or 0x0540BF) is known color: Cobalt. HEX triplet: 05, 40 and BF. RGB value is (5,64,191). Sum of RGB (Red+Green+Blue) = 5+64+191=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #0540BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0540BF is #FABF40. Grayscale: #3C3C3C. Windows color (decimal): -16432961 or 12533765. OLE color: 12533765.
HSL color Cylindrical-coordinate representation of color #0540BF: hue angle of 220.97º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0540BF is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 64 | 191 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.25 |
| HSL | 220.97º | 0.95% | 0.38% | - |
| HSV(B) | 220.97º | 0.97% | 0.75% | - |
| XYZ | 11.3 | 7.46 | 50.13 | - |
| YUV | 60.84 | 201.45 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 191 | 0.97 | 0.66 | 0 | 0.25 | 220.97 | 0.95 | 0.38 |
| Hex | 5 | 40 | BF | 61 | 42 | 0 | 19 | DD | 5F | 26 |
| Octal | 5 | 100 | 277 | 141 | 102 | 0 | 31 | 335 | 137 | 46 |
| Binary | 101 | 1000000 | 10111111 | 1100001 | 1000010 | 0 | 11001 | 11011101 | 1011111 | 100110 |
Color Harmonies of #0540BF
Complementary color
Monochromatic Colors of #0540BF
Black with #0540BF
Text Example
Text Example
White with #0540BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0540BF; }
p { color: rgb(5,64,191); }
H1.HeaderClassName
{
color: #0540BF;
}
.AnyTagClassName
{
color: #0540BF;
}
</style>
background-color css
<style>
a { background-color: #0540BF; }
a { background-color: rgb(5,64,191); }
div.DivClassName
{
background-color: #0540BF;
}
.BgClassName
{
background-color: #0540BF;
}
</style>
border-color css
<style>
span { border-color: #0540BF; }
span { border-color: rgb(5,64,191); }
td.TdClassName
{
border-color: #0540BF;
}
.TagClassName
{
border-color: #0540BF;
}
</style>