Shades of Denim #075AC0
Tints of Denim #075AC0
RGB
CMYK
RGB Variations
Color information
#075AC0 (or 0x075AC0) is known color: Denim. HEX triplet: 07, 5A and C0. RGB value is (7,90,192). Sum of RGB (Red+Green+Blue) = 7+90+192=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 192 (75.39% from 255 or 66.44% from 289); Max value from RGB is 192 - color contains mainly: blue. Hex color #075AC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075AC0 is #F8A53F. Grayscale: #4C4C4C. Windows color (decimal): -16295232 or 12605959. OLE color: 12605959.
HSL color Cylindrical-coordinate representation of color #075AC0: hue angle of 213.08º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075AC0 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 90 | 192 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.25 |
| HSL | 213.08º | 0.93% | 0.39% | - |
| HSV(B) | 213.08º | 0.96% | 0.75% | - |
| XYZ | 13.26 | 11.16 | 51.33 | - |
| YUV | 76.81 | 193 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 192 | 0.96 | 0.53 | 0 | 0.25 | 213.08 | 0.93 | 0.39 |
| Hex | 7 | 5A | C0 | 60 | 35 | 0 | 19 | D5 | 5D | 27 |
| Octal | 7 | 132 | 300 | 140 | 65 | 0 | 31 | 325 | 135 | 47 |
| Binary | 111 | 1011010 | 11000000 | 1100000 | 110101 | 0 | 11001 | 11010101 | 1011101 | 100111 |
Color Harmonies of #075AC0
Complementary color
Monochromatic Colors of #075AC0
Black with #075AC0
Text Example
Text Example
White with #075AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075AC0; }
p { color: rgb(7,90,192); }
H1.HeaderClassName
{
color: #075AC0;
}
.AnyTagClassName
{
color: #075AC0;
}
</style>
background-color css
<style>
a { background-color: #075AC0; }
a { background-color: rgb(7,90,192); }
div.DivClassName
{
background-color: #075AC0;
}
.BgClassName
{
background-color: #075AC0;
}
</style>
border-color css
<style>
span { border-color: #075AC0; }
span { border-color: rgb(7,90,192); }
td.TdClassName
{
border-color: #075AC0;
}
.TagClassName
{
border-color: #075AC0;
}
</style>