Shades of Denim #075ABB
Tints of Denim #075ABB
RGB
CMYK
RGB Variations
Color information
#075ABB (or 0x075ABB) is known color: Denim. HEX triplet: 07, 5A and BB. RGB value is (7,90,187). Sum of RGB (Red+Green+Blue) = 7+90+187=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #075ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075ABB is #F8A544. Grayscale: #4B4B4B. Windows color (decimal): -16295237 or 12278279. OLE color: 12278279.
HSL color Cylindrical-coordinate representation of color #075ABB: hue angle of 212.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075ABB is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 90 | 187 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.27 |
| HSL | 212.33º | 0.93% | 0.38% | - |
| HSV(B) | 212.33º | 0.96% | 0.73% | - |
| XYZ | 12.71 | 10.95 | 48.46 | - |
| YUV | 76.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 90 | 187 | 0.96 | 0.52 | 0 | 0.27 | 212.33 | 0.93 | 0.38 |
| Hex | 7 | 5A | BB | 60 | 34 | 0 | 1B | D4 | 5D | 26 |
| Octal | 7 | 132 | 273 | 140 | 64 | 0 | 33 | 324 | 135 | 46 |
| Binary | 111 | 1011010 | 10111011 | 1100000 | 110100 | 0 | 11011 | 11010100 | 1011101 | 100110 |
Color Harmonies of #075ABB
Complementary color
Monochromatic Colors of #075ABB
Black with #075ABB
Text Example
Text Example
White with #075ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075ABB; }
p { color: rgb(7,90,187); }
H1.HeaderClassName
{
color: #075ABB;
}
.AnyTagClassName
{
color: #075ABB;
}
</style>
background-color css
<style>
a { background-color: #075ABB; }
a { background-color: rgb(7,90,187); }
div.DivClassName
{
background-color: #075ABB;
}
.BgClassName
{
background-color: #075ABB;
}
</style>
border-color css
<style>
span { border-color: #075ABB; }
span { border-color: rgb(7,90,187); }
td.TdClassName
{
border-color: #075ABB;
}
.TagClassName
{
border-color: #075ABB;
}
</style>