Shades of Cobalt #0752AE
Tints of Cobalt #0752AE
RGB
CMYK
RGB Variations
Color information
#0752AE (or 0x0752AE) is known color: Cobalt. HEX triplet: 07, 52 and AE. RGB value is (7,82,174). Sum of RGB (Red+Green+Blue) = 7+82+174=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #0752AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0752AE is #F8AD51. Grayscale: #454545. Windows color (decimal): -16297298 or 11424263. OLE color: 11424263.
HSL color Cylindrical-coordinate representation of color #0752AE: hue angle of 213.05º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0752AE is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 82 | 174 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.32 |
| HSL | 213.05º | 0.92% | 0.35% | - |
| HSV(B) | 213.05º | 0.96% | 0.68% | - |
| XYZ | 10.74 | 9.14 | 41.24 | - |
| YUV | 70.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 174 | 0.96 | 0.53 | 0 | 0.32 | 213.05 | 0.92 | 0.35 |
| Hex | 7 | 52 | AE | 60 | 35 | 0 | 20 | D5 | 5C | 23 |
| Octal | 7 | 122 | 256 | 140 | 65 | 0 | 40 | 325 | 134 | 43 |
| Binary | 111 | 1010010 | 10101110 | 1100000 | 110101 | 0 | 100000 | 11010101 | 1011100 | 100011 |
Color Harmonies of #0752AE
Complementary color
Monochromatic Colors of #0752AE
Black with #0752AE
Text Example
Text Example
White with #0752AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0752AE; }
p { color: rgb(7,82,174); }
H1.HeaderClassName
{
color: #0752AE;
}
.AnyTagClassName
{
color: #0752AE;
}
</style>
background-color css
<style>
a { background-color: #0752AE; }
a { background-color: rgb(7,82,174); }
div.DivClassName
{
background-color: #0752AE;
}
.BgClassName
{
background-color: #0752AE;
}
</style>
border-color css
<style>
span { border-color: #0752AE; }
span { border-color: rgb(7,82,174); }
td.TdClassName
{
border-color: #0752AE;
}
.TagClassName
{
border-color: #0752AE;
}
</style>