Shades of Cobalt #0041BF
Tints of Cobalt #0041BF
RGB
CMYK
RGB Variations
Color information
#0041BF (or 0x0041BF) is known color: Cobalt. HEX triplet: 00, 41 and BF. RGB value is (0,65,191). Sum of RGB (Red+Green+Blue) = 0+65+191=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #0041BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041BF is #FFBE40. Grayscale: #3B3B3B. Windows color (decimal): -16760385 or 12534016. OLE color: 12534016.
HSL color Cylindrical-coordinate representation of color #0041BF: hue angle of 219.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041BF is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 65 | 191 | - |
| CMYK | 1 | 0.66 | 0 | 0.25 |
| HSL | 219.58º | 1% | 0.37% | - |
| HSV(B) | 219.58º | 1% | 0.75% | - |
| XYZ | 11.29 | 7.54 | 50.15 | - |
| YUV | 59.93 | 201.97 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 191 | 1 | 0.66 | 0 | 0.25 | 219.58 | 1 | 0.37 |
| Hex | 0 | 41 | BF | 64 | 42 | 0 | 19 | DC | 64 | 25 |
| Octal | 0 | 101 | 277 | 144 | 102 | 0 | 31 | 334 | 144 | 45 |
| Binary | 0 | 1000001 | 10111111 | 1100100 | 1000010 | 0 | 11001 | 11011100 | 1100100 | 100101 |
Color Harmonies of #0041BF
Complementary color
Monochromatic Colors of #0041BF
Black with #0041BF
Text Example
Text Example
White with #0041BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041BF; }
p { color: rgb(0,65,191); }
H1.HeaderClassName
{
color: #0041BF;
}
.AnyTagClassName
{
color: #0041BF;
}
</style>
background-color css
<style>
a { background-color: #0041BF; }
a { background-color: rgb(0,65,191); }
div.DivClassName
{
background-color: #0041BF;
}
.BgClassName
{
background-color: #0041BF;
}
</style>
border-color css
<style>
span { border-color: #0041BF; }
span { border-color: rgb(0,65,191); }
td.TdClassName
{
border-color: #0041BF;
}
.TagClassName
{
border-color: #0041BF;
}
</style>