Shades of Cobalt #0752BA
Tints of Cobalt #0752BA
RGB
CMYK
RGB Variations
Color information
#0752BA (or 0x0752BA) is known color: Cobalt. HEX triplet: 07, 52 and BA. RGB value is (7,82,186). Sum of RGB (Red+Green+Blue) = 7+82+186=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #0752BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0752BA is #F8AD45. Grayscale: #464646. Windows color (decimal): -16297286 or 12210695. OLE color: 12210695.
HSL color Cylindrical-coordinate representation of color #0752BA: hue angle of 214.86º 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 #0752BA is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 82 | 186 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.27 |
| HSL | 214.86º | 0.93% | 0.38% | - |
| HSV(B) | 214.86º | 0.96% | 0.73% | - |
| XYZ | 11.97 | 9.62 | 47.68 | - |
| YUV | 71.43 | 192.65 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 186 | 0.96 | 0.56 | 0 | 0.27 | 214.86 | 0.93 | 0.38 |
| Hex | 7 | 52 | BA | 60 | 38 | 0 | 1B | D7 | 5D | 26 |
| Octal | 7 | 122 | 272 | 140 | 70 | 0 | 33 | 327 | 135 | 46 |
| Binary | 111 | 1010010 | 10111010 | 1100000 | 111000 | 0 | 11011 | 11010111 | 1011101 | 100110 |
Color Harmonies of #0752BA
Complementary color
Monochromatic Colors of #0752BA
Black with #0752BA
Text Example
Text Example
White with #0752BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0752BA; }
p { color: rgb(7,82,186); }
H1.HeaderClassName
{
color: #0752BA;
}
.AnyTagClassName
{
color: #0752BA;
}
</style>
background-color css
<style>
a { background-color: #0752BA; }
a { background-color: rgb(7,82,186); }
div.DivClassName
{
background-color: #0752BA;
}
.BgClassName
{
background-color: #0752BA;
}
</style>
border-color css
<style>
span { border-color: #0752BA; }
span { border-color: rgb(7,82,186); }
td.TdClassName
{
border-color: #0752BA;
}
.TagClassName
{
border-color: #0752BA;
}
</style>