Shades of Denim #075ABC
Tints of Denim #075ABC
RGB
CMYK
RGB Variations
Color information
#075ABC (or 0x075ABC) is known color: Denim. HEX triplet: 07, 5A and BC. RGB value is (7,90,188). Sum of RGB (Red+Green+Blue) = 7+90+188=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #075ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ABC is #F8A543. Grayscale: #4B4B4B. Windows color (decimal): -16295236 or 12343815. OLE color: 12343815.
HSL color Cylindrical-coordinate representation of color #075ABC: hue angle of 212.49º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075ABC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 90 | 188 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.26 |
| HSL | 212.49º | 0.93% | 0.38% | - |
| HSV(B) | 212.49º | 0.96% | 0.74% | - |
| XYZ | 12.82 | 10.99 | 49.02 | - |
| YUV | 76.36 | 191 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 188 | 0.96 | 0.52 | 0 | 0.26 | 212.49 | 0.93 | 0.38 |
| Hex | 7 | 5A | BC | 60 | 34 | 0 | 1A | D4 | 5D | 26 |
| Octal | 7 | 132 | 274 | 140 | 64 | 0 | 32 | 324 | 135 | 46 |
| Binary | 111 | 1011010 | 10111100 | 1100000 | 110100 | 0 | 11010 | 11010100 | 1011101 | 100110 |
Color Harmonies of #075ABC
Complementary color
Monochromatic Colors of #075ABC
Black with #075ABC
Text Example
Text Example
White with #075ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075ABC; }
p { color: rgb(7,90,188); }
H1.HeaderClassName
{
color: #075ABC;
}
.AnyTagClassName
{
color: #075ABC;
}
</style>
background-color css
<style>
a { background-color: #075ABC; }
a { background-color: rgb(7,90,188); }
div.DivClassName
{
background-color: #075ABC;
}
.BgClassName
{
background-color: #075ABC;
}
</style>
border-color css
<style>
span { border-color: #075ABC; }
span { border-color: rgb(7,90,188); }
td.TdClassName
{
border-color: #075ABC;
}
.TagClassName
{
border-color: #075ABC;
}
</style>