Shades of Cobalt #075AAA
Tints of Cobalt #075AAA
RGB
CMYK
RGB Variations
Color information
#075AAA (or 0x075AAA) is known color: Cobalt. HEX triplet: 07, 5A and AA. RGB value is (7,90,170). Sum of RGB (Red+Green+Blue) = 7+90+170=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #075AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075AAA is #F8A555. Grayscale: #494949. Windows color (decimal): -16295254 or 11164167. OLE color: 11164167.
HSL color Cylindrical-coordinate representation of color #075AAA: hue angle of 209.45º 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 #075AAA is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 90 | 170 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.33 |
| HSL | 209.45º | 0.92% | 0.35% | - |
| HSV(B) | 209.45º | 0.96% | 0.67% | - |
| XYZ | 11 | 10.26 | 39.43 | - |
| YUV | 74.3 | 182 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 170 | 0.96 | 0.47 | 0 | 0.33 | 209.45 | 0.92 | 0.35 |
| Hex | 7 | 5A | AA | 60 | 2F | 0 | 21 | D1 | 5C | 23 |
| Octal | 7 | 132 | 252 | 140 | 57 | 0 | 41 | 321 | 134 | 43 |
| Binary | 111 | 1011010 | 10101010 | 1100000 | 101111 | 0 | 100001 | 11010001 | 1011100 | 100011 |
Color Harmonies of #075AAA
Complementary color
Monochromatic Colors of #075AAA
Black with #075AAA
Text Example
Text Example
White with #075AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075AAA; }
p { color: rgb(7,90,170); }
H1.HeaderClassName
{
color: #075AAA;
}
.AnyTagClassName
{
color: #075AAA;
}
</style>
background-color css
<style>
a { background-color: #075AAA; }
a { background-color: rgb(7,90,170); }
div.DivClassName
{
background-color: #075AAA;
}
.BgClassName
{
background-color: #075AAA;
}
</style>
border-color css
<style>
span { border-color: #075AAA; }
span { border-color: rgb(7,90,170); }
td.TdClassName
{
border-color: #075AAA;
}
.TagClassName
{
border-color: #075AAA;
}
</style>