Shades of Cobalt #0041B5
Tints of Cobalt #0041B5
RGB
CMYK
RGB Variations
Color information
#0041B5 (or 0x0041B5) is known color: Cobalt. HEX triplet: 00, 41 and B5. RGB value is (0,65,181). Sum of RGB (Red+Green+Blue) = 0+65+181=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 181 (71.09% from 255 or 73.58% from 246); Max value from RGB is 181 - color contains mainly: blue. Hex color #0041B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041B5 is #FFBE4A. Grayscale: #3A3A3A. Windows color (decimal): -16760395 or 11878656. OLE color: 11878656.
HSL color Cylindrical-coordinate representation of color #0041B5: hue angle of 218.45º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041B5 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 65 | 181 | - |
| CMYK | 1 | 0.64 | 0 | 0.29 |
| HSL | 218.45º | 1% | 0.35% | - |
| HSV(B) | 218.45º | 1% | 0.71% | - |
| XYZ | 10.23 | 7.12 | 44.55 | - |
| YUV | 58.79 | 196.97 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 181 | 1 | 0.64 | 0 | 0.29 | 218.45 | 1 | 0.35 |
| Hex | 0 | 41 | B5 | 64 | 40 | 0 | 1D | DA | 64 | 23 |
| Octal | 0 | 101 | 265 | 144 | 100 | 0 | 35 | 332 | 144 | 43 |
| Binary | 0 | 1000001 | 10110101 | 1100100 | 1000000 | 0 | 11101 | 11011010 | 1100100 | 100011 |
Color Harmonies of #0041B5
Complementary color
Monochromatic Colors of #0041B5
Black with #0041B5
Text Example
Text Example
White with #0041B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041B5; }
p { color: rgb(0,65,181); }
H1.HeaderClassName
{
color: #0041B5;
}
.AnyTagClassName
{
color: #0041B5;
}
</style>
background-color css
<style>
a { background-color: #0041B5; }
a { background-color: rgb(0,65,181); }
div.DivClassName
{
background-color: #0041B5;
}
.BgClassName
{
background-color: #0041B5;
}
</style>
border-color css
<style>
span { border-color: #0041B5; }
span { border-color: rgb(0,65,181); }
td.TdClassName
{
border-color: #0041B5;
}
.TagClassName
{
border-color: #0041B5;
}
</style>