Shades of Denim #075DAE
Tints of Denim #075DAE
RGB
CMYK
RGB Variations
Color information
#075DAE (or 0x075DAE) is known color: Denim. HEX triplet: 07, 5D and AE. RGB value is (7,93,174). Sum of RGB (Red+Green+Blue) = 7+93+174=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #075DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075DAE is #F8A251. Grayscale: #4C4C4C. Windows color (decimal): -16294482 or 11427079. OLE color: 11427079.
HSL color Cylindrical-coordinate representation of color #075DAE: hue angle of 209.1º 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 #075DAE is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 93 | 174 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.32 |
| HSL | 209.1º | 0.92% | 0.35% | - |
| HSV(B) | 209.1º | 0.96% | 0.68% | - |
| XYZ | 11.64 | 10.93 | 41.54 | - |
| YUV | 76.52 | 183.01 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 174 | 0.96 | 0.47 | 0 | 0.32 | 209.1 | 0.92 | 0.35 |
| Hex | 7 | 5D | AE | 60 | 2F | 0 | 20 | D1 | 5C | 23 |
| Octal | 7 | 135 | 256 | 140 | 57 | 0 | 40 | 321 | 134 | 43 |
| Binary | 111 | 1011101 | 10101110 | 1100000 | 101111 | 0 | 100000 | 11010001 | 1011100 | 100011 |
Color Harmonies of #075DAE
Complementary color
Monochromatic Colors of #075DAE
Black with #075DAE
Text Example
Text Example
White with #075DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DAE; }
p { color: rgb(7,93,174); }
H1.HeaderClassName
{
color: #075DAE;
}
.AnyTagClassName
{
color: #075DAE;
}
</style>
background-color css
<style>
a { background-color: #075DAE; }
a { background-color: rgb(7,93,174); }
div.DivClassName
{
background-color: #075DAE;
}
.BgClassName
{
background-color: #075DAE;
}
</style>
border-color css
<style>
span { border-color: #075DAE; }
span { border-color: rgb(7,93,174); }
td.TdClassName
{
border-color: #075DAE;
}
.TagClassName
{
border-color: #075DAE;
}
</style>