Shades of Cobalt #0755AB
Tints of Cobalt #0755AB
RGB
CMYK
RGB Variations
Color information
#0755AB (or 0x0755AB) is known color: Cobalt. HEX triplet: 07, 55 and AB. RGB value is (7,85,171). Sum of RGB (Red+Green+Blue) = 7+85+171=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #0755AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0755AB is #F8AA54. Grayscale: #474747. Windows color (decimal): -16296533 or 11228423. OLE color: 11228423.
HSL color Cylindrical-coordinate representation of color #0755AB: hue angle of 211.46º 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 #0755AB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 85 | 171 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.33 |
| HSL | 211.46º | 0.92% | 0.35% | - |
| HSV(B) | 211.46º | 0.96% | 0.67% | - |
| XYZ | 10.69 | 9.48 | 39.8 | - |
| YUV | 71.48 | 184.16 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 171 | 0.96 | 0.50 | 0 | 0.33 | 211.46 | 0.92 | 0.35 |
| Hex | 7 | 55 | AB | 60 | 32 | 0 | 21 | D3 | 5C | 23 |
| Octal | 7 | 125 | 253 | 140 | 62 | 0 | 41 | 323 | 134 | 43 |
| Binary | 111 | 1010101 | 10101011 | 1100000 | 110010 | 0 | 100001 | 11010011 | 1011100 | 100011 |
Color Harmonies of #0755AB
Complementary color
Monochromatic Colors of #0755AB
Black with #0755AB
Text Example
Text Example
White with #0755AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0755AB; }
p { color: rgb(7,85,171); }
H1.HeaderClassName
{
color: #0755AB;
}
.AnyTagClassName
{
color: #0755AB;
}
</style>
background-color css
<style>
a { background-color: #0755AB; }
a { background-color: rgb(7,85,171); }
div.DivClassName
{
background-color: #0755AB;
}
.BgClassName
{
background-color: #0755AB;
}
</style>
border-color css
<style>
span { border-color: #0755AB; }
span { border-color: rgb(7,85,171); }
td.TdClassName
{
border-color: #0755AB;
}
.TagClassName
{
border-color: #0755AB;
}
</style>