Shades of Denim #075FAC
Tints of Denim #075FAC
RGB
CMYK
RGB Variations
Color information
#075FAC (or 0x075FAC) is known color: Denim. HEX triplet: 07, 5F and AC. RGB value is (7,95,172). Sum of RGB (Red+Green+Blue) = 7+95+172=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #075FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075FAC is #F8A053. Grayscale: #4D4D4D. Windows color (decimal): -16293972 or 11296519. OLE color: 11296519.
HSL color Cylindrical-coordinate representation of color #075FAC: hue angle of 208º 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 #075FAC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 95 | 172 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.33 |
| HSL | 208º | 0.92% | 0.35% | - |
| HSV(B) | 208º | 0.96% | 0.67% | - |
| XYZ | 11.63 | 11.21 | 40.58 | - |
| YUV | 77.47 | 181.35 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 172 | 0.96 | 0.45 | 0 | 0.33 | 208 | 0.92 | 0.35 |
| Hex | 7 | 5F | AC | 60 | 2D | 0 | 21 | D0 | 5C | 23 |
| Octal | 7 | 137 | 254 | 140 | 55 | 0 | 41 | 320 | 134 | 43 |
| Binary | 111 | 1011111 | 10101100 | 1100000 | 101101 | 0 | 100001 | 11010000 | 1011100 | 100011 |
Color Harmonies of #075FAC
Complementary color
Monochromatic Colors of #075FAC
Black with #075FAC
Text Example
Text Example
White with #075FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075FAC; }
p { color: rgb(7,95,172); }
H1.HeaderClassName
{
color: #075FAC;
}
.AnyTagClassName
{
color: #075FAC;
}
</style>
background-color css
<style>
a { background-color: #075FAC; }
a { background-color: rgb(7,95,172); }
div.DivClassName
{
background-color: #075FAC;
}
.BgClassName
{
background-color: #075FAC;
}
</style>
border-color css
<style>
span { border-color: #075FAC; }
span { border-color: rgb(7,95,172); }
td.TdClassName
{
border-color: #075FAC;
}
.TagClassName
{
border-color: #075FAC;
}
</style>