Shades of Cobalt #0756AC
Tints of Cobalt #0756AC
RGB
CMYK
RGB Variations
Color information
#0756AC (or 0x0756AC) is known color: Cobalt. HEX triplet: 07, 56 and AC. RGB value is (7,86,172). Sum of RGB (Red+Green+Blue) = 7+86+172=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #0756AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0756AC is #F8A953. Grayscale: #474747. Windows color (decimal): -16296276 or 11294215. OLE color: 11294215.
HSL color Cylindrical-coordinate representation of color #0756AC: hue angle of 211.27º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0756AC is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 86 | 172 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.33 |
| HSL | 211.27º | 0.92% | 0.35% | - |
| HSV(B) | 211.27º | 0.96% | 0.67% | - |
| XYZ | 10.86 | 9.68 | 40.33 | - |
| YUV | 72.18 | 184.33 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 172 | 0.96 | 0.5 | 0 | 0.33 | 211.27 | 0.92 | 0.35 |
| Hex | 7 | 56 | AC | 60 | 32 | 0 | 21 | D3 | 5C | 23 |
| Octal | 7 | 126 | 254 | 140 | 62 | 0 | 41 | 323 | 134 | 43 |
| Binary | 111 | 1010110 | 10101100 | 1100000 | 110010 | 0 | 100001 | 11010011 | 1011100 | 100011 |
Color Harmonies of #0756AC
Complementary color
Monochromatic Colors of #0756AC
Black with #0756AC
Text Example
Text Example
White with #0756AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0756AC; }
p { color: rgb(7,86,172); }
H1.HeaderClassName
{
color: #0756AC;
}
.AnyTagClassName
{
color: #0756AC;
}
</style>
background-color css
<style>
a { background-color: #0756AC; }
a { background-color: rgb(7,86,172); }
div.DivClassName
{
background-color: #0756AC;
}
.BgClassName
{
background-color: #0756AC;
}
</style>
border-color css
<style>
span { border-color: #0756AC; }
span { border-color: rgb(7,86,172); }
td.TdClassName
{
border-color: #0756AC;
}
.TagClassName
{
border-color: #0756AC;
}
</style>