Shades of Cobalt #0756B3
Tints of Cobalt #0756B3
RGB
CMYK
RGB Variations
Color information
#0756B3 (or 0x0756B3) is known color: Cobalt. HEX triplet: 07, 56 and B3. RGB value is (7,86,179). Sum of RGB (Red+Green+Blue) = 7+86+179=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #0756B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0756B3 is #F8A94C. Grayscale: #484848. Windows color (decimal): -16296269 or 11752967. OLE color: 11752967.
HSL color Cylindrical-coordinate representation of color #0756B3: hue angle of 212.44º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0756B3 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 86 | 179 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.30 |
| HSL | 212.44º | 0.92% | 0.36% | - |
| HSV(B) | 212.44º | 0.96% | 0.7% | - |
| XYZ | 11.55 | 9.96 | 43.96 | - |
| YUV | 72.98 | 187.83 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 179 | 0.96 | 0.52 | 0 | 0.30 | 212.44 | 0.92 | 0.36 |
| Hex | 7 | 56 | B3 | 60 | 34 | 0 | 1E | D4 | 5C | 24 |
| Octal | 7 | 126 | 263 | 140 | 64 | 0 | 36 | 324 | 134 | 44 |
| Binary | 111 | 1010110 | 10110011 | 1100000 | 110100 | 0 | 11110 | 11010100 | 1011100 | 100100 |
Color Harmonies of #0756B3
Complementary color
Monochromatic Colors of #0756B3
Black with #0756B3
Text Example
Text Example
White with #0756B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0756B3; }
p { color: rgb(7,86,179); }
H1.HeaderClassName
{
color: #0756B3;
}
.AnyTagClassName
{
color: #0756B3;
}
</style>
background-color css
<style>
a { background-color: #0756B3; }
a { background-color: rgb(7,86,179); }
div.DivClassName
{
background-color: #0756B3;
}
.BgClassName
{
background-color: #0756B3;
}
</style>
border-color css
<style>
span { border-color: #0756B3; }
span { border-color: rgb(7,86,179); }
td.TdClassName
{
border-color: #0756B3;
}
.TagClassName
{
border-color: #0756B3;
}
</style>