Shades of Cobalt #0041B7
Tints of Cobalt #0041B7
RGB
CMYK
RGB Variations
Color information
#0041B7 (or 0x0041B7) is known color: Cobalt. HEX triplet: 00, 41 and B7. RGB value is (0,65,183). Sum of RGB (Red+Green+Blue) = 0+65+183=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 183 (71.88% from 255 or 73.79% from 248); Max value from RGB is 183 - color contains mainly: blue. Hex color #0041B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0041B7 is #FFBE48. Grayscale: #3A3A3A. Windows color (decimal): -16760393 or 12009728. OLE color: 12009728.
HSL color Cylindrical-coordinate representation of color #0041B7: hue angle of 218.69º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0041B7 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 65 | 183 | - |
| CMYK | 1 | 0.64 | 0 | 0.28 |
| HSL | 218.69º | 1% | 0.36% | - |
| HSV(B) | 218.69º | 1% | 0.72% | - |
| XYZ | 10.44 | 7.2 | 45.64 | - |
| YUV | 59.02 | 197.97 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 183 | 1 | 0.64 | 0 | 0.28 | 218.69 | 1 | 0.36 |
| Hex | 0 | 41 | B7 | 64 | 40 | 0 | 1C | DB | 64 | 24 |
| Octal | 0 | 101 | 267 | 144 | 100 | 0 | 34 | 333 | 144 | 44 |
| Binary | 0 | 1000001 | 10110111 | 1100100 | 1000000 | 0 | 11100 | 11011011 | 1100100 | 100100 |
Color Harmonies of #0041B7
Complementary color
Monochromatic Colors of #0041B7
Black with #0041B7
Text Example
Text Example
White with #0041B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0041B7; }
p { color: rgb(0,65,183); }
H1.HeaderClassName
{
color: #0041B7;
}
.AnyTagClassName
{
color: #0041B7;
}
</style>
background-color css
<style>
a { background-color: #0041B7; }
a { background-color: rgb(0,65,183); }
div.DivClassName
{
background-color: #0041B7;
}
.BgClassName
{
background-color: #0041B7;
}
</style>
border-color css
<style>
span { border-color: #0041B7; }
span { border-color: rgb(0,65,183); }
td.TdClassName
{
border-color: #0041B7;
}
.TagClassName
{
border-color: #0041B7;
}
</style>