Shades of Cobalt #075AA0
Tints of Cobalt #075AA0
RGB
CMYK
RGB Variations
Color information
#075AA0 (or 0x075AA0) is known color: Cobalt. HEX triplet: 07, 5A and A0. RGB value is (7,90,160). Sum of RGB (Red+Green+Blue) = 7+90+160=257 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.72% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #075AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075AA0 is #F8A55F. Grayscale: #484848. Windows color (decimal): -16295264 or 10508807. OLE color: 10508807.
HSL color Cylindrical-coordinate representation of color #075AA0: hue angle of 207.45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075AA0 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 90 | 160 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.37 |
| HSL | 207.45º | 0.92% | 0.33% | - |
| HSV(B) | 207.45º | 0.96% | 0.63% | - |
| XYZ | 10.09 | 9.9 | 34.64 | - |
| YUV | 73.16 | 177 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 160 | 0.96 | 0.44 | 0 | 0.37 | 207.45 | 0.92 | 0.33 |
| Hex | 7 | 5A | A0 | 60 | 2C | 0 | 25 | CF | 5C | 21 |
| Octal | 7 | 132 | 240 | 140 | 54 | 0 | 45 | 317 | 134 | 41 |
| Binary | 111 | 1011010 | 10100000 | 1100000 | 101100 | 0 | 100101 | 11001111 | 1011100 | 100001 |
Color Harmonies of #075AA0
Complementary color
Monochromatic Colors of #075AA0
Black with #075AA0
Text Example
Text Example
White with #075AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075AA0; }
p { color: rgb(7,90,160); }
H1.HeaderClassName
{
color: #075AA0;
}
.AnyTagClassName
{
color: #075AA0;
}
</style>
background-color css
<style>
a { background-color: #075AA0; }
a { background-color: rgb(7,90,160); }
div.DivClassName
{
background-color: #075AA0;
}
.BgClassName
{
background-color: #075AA0;
}
</style>
border-color css
<style>
span { border-color: #075AA0; }
span { border-color: rgb(7,90,160); }
td.TdClassName
{
border-color: #075AA0;
}
.TagClassName
{
border-color: #075AA0;
}
</style>