Shades of Cobalt #0541BF
Tints of Cobalt #0541BF
RGB
CMYK
RGB Variations
Color information
#0541BF (or 0x0541BF) is known color: Cobalt. HEX triplet: 05, 41 and BF. RGB value is (5,65,191). Sum of RGB (Red+Green+Blue) = 5+65+191=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #0541BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0541BF is #FABE40. Grayscale: #3C3C3C. Windows color (decimal): -16432705 or 12534021. OLE color: 12534021.
HSL color Cylindrical-coordinate representation of color #0541BF: hue angle of 220.65º 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 #0541BF is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 65 | 191 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.25 |
| HSL | 220.65º | 0.95% | 0.38% | - |
| HSV(B) | 220.65º | 0.97% | 0.75% | - |
| XYZ | 11.36 | 7.57 | 50.15 | - |
| YUV | 61.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 191 | 0.97 | 0.66 | 0 | 0.25 | 220.65 | 0.95 | 0.38 |
| Hex | 5 | 41 | BF | 61 | 42 | 0 | 19 | DD | 5F | 26 |
| Octal | 5 | 101 | 277 | 141 | 102 | 0 | 31 | 335 | 137 | 46 |
| Binary | 101 | 1000001 | 10111111 | 1100001 | 1000010 | 0 | 11001 | 11011101 | 1011111 | 100110 |
Color Harmonies of #0541BF
Complementary color
Monochromatic Colors of #0541BF
Black with #0541BF
Text Example
Text Example
White with #0541BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0541BF; }
p { color: rgb(5,65,191); }
H1.HeaderClassName
{
color: #0541BF;
}
.AnyTagClassName
{
color: #0541BF;
}
</style>
background-color css
<style>
a { background-color: #0541BF; }
a { background-color: rgb(5,65,191); }
div.DivClassName
{
background-color: #0541BF;
}
.BgClassName
{
background-color: #0541BF;
}
</style>
border-color css
<style>
span { border-color: #0541BF; }
span { border-color: rgb(5,65,191); }
td.TdClassName
{
border-color: #0541BF;
}
.TagClassName
{
border-color: #0541BF;
}
</style>