Shades of Cobalt #0542BA
Tints of Cobalt #0542BA
RGB
CMYK
RGB Variations
Color information
#0542BA (or 0x0542BA) is known color: Cobalt. HEX triplet: 05, 42 and BA. RGB value is (5,66,186). Sum of RGB (Red+Green+Blue) = 5+66+186=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #0542BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0542BA is #FABD45. Grayscale: #3C3C3C. Windows color (decimal): -16432454 or 12206597. OLE color: 12206597.
HSL color Cylindrical-coordinate representation of color #0542BA: hue angle of 219.78º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0542BA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 66 | 186 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.27 |
| HSL | 219.78º | 0.95% | 0.37% | - |
| HSV(B) | 219.78º | 0.97% | 0.73% | - |
| XYZ | 10.87 | 7.47 | 47.32 | - |
| YUV | 61.44 | 198.29 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 186 | 0.97 | 0.65 | 0 | 0.27 | 219.78 | 0.95 | 0.37 |
| Hex | 5 | 42 | BA | 61 | 41 | 0 | 1B | DC | 5F | 25 |
| Octal | 5 | 102 | 272 | 141 | 101 | 0 | 33 | 334 | 137 | 45 |
| Binary | 101 | 1000010 | 10111010 | 1100001 | 1000001 | 0 | 11011 | 11011100 | 1011111 | 100101 |
Color Harmonies of #0542BA
Complementary color
Monochromatic Colors of #0542BA
Black with #0542BA
Text Example
Text Example
White with #0542BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0542BA; }
p { color: rgb(5,66,186); }
H1.HeaderClassName
{
color: #0542BA;
}
.AnyTagClassName
{
color: #0542BA;
}
</style>
background-color css
<style>
a { background-color: #0542BA; }
a { background-color: rgb(5,66,186); }
div.DivClassName
{
background-color: #0542BA;
}
.BgClassName
{
background-color: #0542BA;
}
</style>
border-color css
<style>
span { border-color: #0542BA; }
span { border-color: rgb(5,66,186); }
td.TdClassName
{
border-color: #0542BA;
}
.TagClassName
{
border-color: #0542BA;
}
</style>