Shades of Cobalt #0750BB
Tints of Cobalt #0750BB
RGB
CMYK
RGB Variations
Color information
#0750BB (or 0x0750BB) is known color: Cobalt. HEX triplet: 07, 50 and BB. RGB value is (7,80,187). Sum of RGB (Red+Green+Blue) = 7+80+187=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #0750BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0750BB is #F8AF44. Grayscale: #454545. Windows color (decimal): -16297797 or 12275719. OLE color: 12275719.
HSL color Cylindrical-coordinate representation of color #0750BB: hue angle of 215.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0750BB is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 80 | 187 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.27 |
| HSL | 215.67º | 0.93% | 0.38% | - |
| HSV(B) | 215.67º | 0.96% | 0.73% | - |
| XYZ | 11.93 | 9.37 | 48.19 | - |
| YUV | 70.37 | 193.82 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 187 | 0.96 | 0.57 | 0 | 0.27 | 215.67 | 0.93 | 0.38 |
| Hex | 7 | 50 | BB | 60 | 39 | 0 | 1B | D8 | 5D | 26 |
| Octal | 7 | 120 | 273 | 140 | 71 | 0 | 33 | 330 | 135 | 46 |
| Binary | 111 | 1010000 | 10111011 | 1100000 | 111001 | 0 | 11011 | 11011000 | 1011101 | 100110 |
Color Harmonies of #0750BB
Complementary color
Monochromatic Colors of #0750BB
Black with #0750BB
Text Example
Text Example
White with #0750BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0750BB; }
p { color: rgb(7,80,187); }
H1.HeaderClassName
{
color: #0750BB;
}
.AnyTagClassName
{
color: #0750BB;
}
</style>
background-color css
<style>
a { background-color: #0750BB; }
a { background-color: rgb(7,80,187); }
div.DivClassName
{
background-color: #0750BB;
}
.BgClassName
{
background-color: #0750BB;
}
</style>
border-color css
<style>
span { border-color: #0750BB; }
span { border-color: rgb(7,80,187); }
td.TdClassName
{
border-color: #0750BB;
}
.TagClassName
{
border-color: #0750BB;
}
</style>