Shades of Cobalt #075BA2
Tints of Cobalt #075BA2
RGB
CMYK
RGB Variations
Color information
#075BA2 (or 0x075BA2) is known color: Cobalt. HEX triplet: 07, 5B and A2. RGB value is (7,91,162). Sum of RGB (Red+Green+Blue) = 7+91+162=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #075BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075BA2 is #F8A45D. Grayscale: #494949. Windows color (decimal): -16295006 or 10640135. OLE color: 10640135.
HSL color Cylindrical-coordinate representation of color #075BA2: hue angle of 207.48º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075BA2 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 91 | 162 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.36 |
| HSL | 207.48º | 0.92% | 0.33% | - |
| HSV(B) | 207.48º | 0.96% | 0.64% | - |
| XYZ | 10.35 | 10.14 | 35.59 | - |
| YUV | 73.98 | 177.67 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 162 | 0.96 | 0.44 | 0 | 0.36 | 207.48 | 0.92 | 0.33 |
| Hex | 7 | 5B | A2 | 60 | 2C | 0 | 24 | CF | 5C | 21 |
| Octal | 7 | 133 | 242 | 140 | 54 | 0 | 44 | 317 | 134 | 41 |
| Binary | 111 | 1011011 | 10100010 | 1100000 | 101100 | 0 | 100100 | 11001111 | 1011100 | 100001 |
Color Harmonies of #075BA2
Complementary color
Monochromatic Colors of #075BA2
Black with #075BA2
Text Example
Text Example
White with #075BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BA2; }
p { color: rgb(7,91,162); }
H1.HeaderClassName
{
color: #075BA2;
}
.AnyTagClassName
{
color: #075BA2;
}
</style>
background-color css
<style>
a { background-color: #075BA2; }
a { background-color: rgb(7,91,162); }
div.DivClassName
{
background-color: #075BA2;
}
.BgClassName
{
background-color: #075BA2;
}
</style>
border-color css
<style>
span { border-color: #075BA2; }
span { border-color: rgb(7,91,162); }
td.TdClassName
{
border-color: #075BA2;
}
.TagClassName
{
border-color: #075BA2;
}
</style>