Shades of Denim #075BBC
Tints of Denim #075BBC
RGB
CMYK
RGB Variations
Color information
#075BBC (or 0x075BBC) is known color: Denim. HEX triplet: 07, 5B and BC. RGB value is (7,91,188). Sum of RGB (Red+Green+Blue) = 7+91+188=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #075BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075BBC is #F8A443. Grayscale: #4C4C4C. Windows color (decimal): -16294980 or 12344071. OLE color: 12344071.
HSL color Cylindrical-coordinate representation of color #075BBC: hue angle of 212.15º 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 #075BBC is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 91 | 188 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.26 |
| HSL | 212.15º | 0.93% | 0.38% | - |
| HSV(B) | 212.15º | 0.96% | 0.74% | - |
| XYZ | 12.91 | 11.16 | 49.05 | - |
| YUV | 76.94 | 190.67 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 91 | 188 | 0.96 | 0.52 | 0 | 0.26 | 212.15 | 0.93 | 0.38 |
| Hex | 7 | 5B | BC | 60 | 34 | 0 | 1A | D4 | 5D | 26 |
| Octal | 7 | 133 | 274 | 140 | 64 | 0 | 32 | 324 | 135 | 46 |
| Binary | 111 | 1011011 | 10111100 | 1100000 | 110100 | 0 | 11010 | 11010100 | 1011101 | 100110 |
Color Harmonies of #075BBC
Complementary color
Monochromatic Colors of #075BBC
Black with #075BBC
Text Example
Text Example
White with #075BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075BBC; }
p { color: rgb(7,91,188); }
H1.HeaderClassName
{
color: #075BBC;
}
.AnyTagClassName
{
color: #075BBC;
}
</style>
background-color css
<style>
a { background-color: #075BBC; }
a { background-color: rgb(7,91,188); }
div.DivClassName
{
background-color: #075BBC;
}
.BgClassName
{
background-color: #075BBC;
}
</style>
border-color css
<style>
span { border-color: #075BBC; }
span { border-color: rgb(7,91,188); }
td.TdClassName
{
border-color: #075BBC;
}
.TagClassName
{
border-color: #075BBC;
}
</style>