Shades of Cobalt #075AAD
Tints of Cobalt #075AAD
RGB
CMYK
RGB Variations
Color information
#075AAD (or 0x075AAD) is known color: Cobalt. HEX triplet: 07, 5A and AD. RGB value is (7,90,173). Sum of RGB (Red+Green+Blue) = 7+90+173=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #075AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075AAD is #F8A552. Grayscale: #4A4A4A. Windows color (decimal): -16295251 or 11360775. OLE color: 11360775.
HSL color Cylindrical-coordinate representation of color #075AAD: hue angle of 210º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075AAD is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 90 | 173 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.32 |
| HSL | 210º | 0.92% | 0.35% | - |
| HSV(B) | 210º | 0.96% | 0.68% | - |
| XYZ | 11.29 | 10.37 | 40.94 | - |
| YUV | 74.65 | 183.5 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 173 | 0.96 | 0.48 | 0 | 0.32 | 210 | 0.92 | 0.35 |
| Hex | 7 | 5A | AD | 60 | 30 | 0 | 20 | D2 | 5C | 23 |
| Octal | 7 | 132 | 255 | 140 | 60 | 0 | 40 | 322 | 134 | 43 |
| Binary | 111 | 1011010 | 10101101 | 1100000 | 110000 | 0 | 100000 | 11010010 | 1011100 | 100011 |
Color Harmonies of #075AAD
Complementary color
Monochromatic Colors of #075AAD
Black with #075AAD
Text Example
Text Example
White with #075AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075AAD; }
p { color: rgb(7,90,173); }
H1.HeaderClassName
{
color: #075AAD;
}
.AnyTagClassName
{
color: #075AAD;
}
</style>
background-color css
<style>
a { background-color: #075AAD; }
a { background-color: rgb(7,90,173); }
div.DivClassName
{
background-color: #075AAD;
}
.BgClassName
{
background-color: #075AAD;
}
</style>
border-color css
<style>
span { border-color: #075AAD; }
span { border-color: rgb(7,90,173); }
td.TdClassName
{
border-color: #075AAD;
}
.TagClassName
{
border-color: #075AAD;
}
</style>