Shades of Cobalt #0541BA
Tints of Cobalt #0541BA
RGB
CMYK
RGB Variations
Color information
#0541BA (or 0x0541BA) is known color: Cobalt. HEX triplet: 05, 41 and BA. RGB value is (5,65,186). Sum of RGB (Red+Green+Blue) = 5+65+186=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #0541BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0541BA is #FABE45. Grayscale: #3C3C3C. Windows color (decimal): -16432710 or 12206341. OLE color: 12206341.
HSL color Cylindrical-coordinate representation of color #0541BA: hue angle of 220.11º 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 #0541BA is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 65 | 186 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.27 |
| HSL | 220.11º | 0.95% | 0.37% | - |
| HSV(B) | 220.11º | 0.97% | 0.73% | - |
| XYZ | 10.82 | 7.36 | 47.3 | - |
| YUV | 60.85 | 198.62 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 186 | 0.97 | 0.65 | 0 | 0.27 | 220.11 | 0.95 | 0.37 |
| Hex | 5 | 41 | BA | 61 | 41 | 0 | 1B | DC | 5F | 25 |
| Octal | 5 | 101 | 272 | 141 | 101 | 0 | 33 | 334 | 137 | 45 |
| Binary | 101 | 1000001 | 10111010 | 1100001 | 1000001 | 0 | 11011 | 11011100 | 1011111 | 100101 |
Color Harmonies of #0541BA
Complementary color
Monochromatic Colors of #0541BA
Black with #0541BA
Text Example
Text Example
White with #0541BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0541BA; }
p { color: rgb(5,65,186); }
H1.HeaderClassName
{
color: #0541BA;
}
.AnyTagClassName
{
color: #0541BA;
}
</style>
background-color css
<style>
a { background-color: #0541BA; }
a { background-color: rgb(5,65,186); }
div.DivClassName
{
background-color: #0541BA;
}
.BgClassName
{
background-color: #0541BA;
}
</style>
border-color css
<style>
span { border-color: #0541BA; }
span { border-color: rgb(5,65,186); }
td.TdClassName
{
border-color: #0541BA;
}
.TagClassName
{
border-color: #0541BA;
}
</style>