Shades of Cobalt #0040B7
Tints of Cobalt #0040B7
RGB
CMYK
RGB Variations
Color information
#0040B7 (or 0x0040B7) is known color: Cobalt. HEX triplet: 00, 40 and B7. RGB value is (0,64,183). Sum of RGB (Red+Green+Blue) = 0+64+183=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 183 (71.88% from 255 or 74.09% from 247); Max value from RGB is 183 - color contains mainly: blue. Hex color #0040B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0040B7 is #FFBF48. Grayscale: #393939. Windows color (decimal): -16760649 or 12009472. OLE color: 12009472.
HSL color Cylindrical-coordinate representation of color #0040B7: hue angle of 219.02º 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 #0040B7 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 64 | 183 | - |
| CMYK | 1 | 0.65 | 0 | 0.28 |
| HSL | 219.02º | 1% | 0.36% | - |
| HSV(B) | 219.02º | 1% | 0.72% | - |
| XYZ | 10.38 | 7.09 | 45.62 | - |
| YUV | 58.43 | 198.3 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 64 | 183 | 1 | 0.65 | 0 | 0.28 | 219.02 | 1 | 0.36 |
| Hex | 0 | 40 | B7 | 64 | 41 | 0 | 1C | DB | 64 | 24 |
| Octal | 0 | 100 | 267 | 144 | 101 | 0 | 34 | 333 | 144 | 44 |
| Binary | 0 | 1000000 | 10110111 | 1100100 | 1000001 | 0 | 11100 | 11011011 | 1100100 | 100100 |
Color Harmonies of #0040B7
Complementary color
Monochromatic Colors of #0040B7
Black with #0040B7
Text Example
Text Example
White with #0040B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0040B7; }
p { color: rgb(0,64,183); }
H1.HeaderClassName
{
color: #0040B7;
}
.AnyTagClassName
{
color: #0040B7;
}
</style>
background-color css
<style>
a { background-color: #0040B7; }
a { background-color: rgb(0,64,183); }
div.DivClassName
{
background-color: #0040B7;
}
.BgClassName
{
background-color: #0040B7;
}
</style>
border-color css
<style>
span { border-color: #0040B7; }
span { border-color: rgb(0,64,183); }
td.TdClassName
{
border-color: #0040B7;
}
.TagClassName
{
border-color: #0040B7;
}
</style>