Shades of Denim #075FBC
Tints of Denim #075FBC
RGB
CMYK
RGB Variations
Color information
#075FBC (or 0x075FBC) is known color: Denim. HEX triplet: 07, 5F and BC. RGB value is (7,95,188). Sum of RGB (Red+Green+Blue) = 7+95+188=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #075FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075FBC is #F8A043. Grayscale: #4E4E4E. Windows color (decimal): -16293956 or 12345095. OLE color: 12345095.
HSL color Cylindrical-coordinate representation of color #075FBC: hue angle of 210.83º 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 #075FBC is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 95 | 188 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.26 |
| HSL | 210.83º | 0.93% | 0.38% | - |
| HSV(B) | 210.83º | 0.96% | 0.74% | - |
| XYZ | 13.26 | 11.86 | 49.17 | - |
| YUV | 79.29 | 189.35 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 95 | 188 | 0.96 | 0.49 | 0 | 0.26 | 210.83 | 0.93 | 0.38 |
| Hex | 7 | 5F | BC | 60 | 31 | 0 | 1A | D3 | 5D | 26 |
| Octal | 7 | 137 | 274 | 140 | 61 | 0 | 32 | 323 | 135 | 46 |
| Binary | 111 | 1011111 | 10111100 | 1100000 | 110001 | 0 | 11010 | 11010011 | 1011101 | 100110 |
Color Harmonies of #075FBC
Complementary color
Monochromatic Colors of #075FBC
Black with #075FBC
Text Example
Text Example
White with #075FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075FBC; }
p { color: rgb(7,95,188); }
H1.HeaderClassName
{
color: #075FBC;
}
.AnyTagClassName
{
color: #075FBC;
}
</style>
background-color css
<style>
a { background-color: #075FBC; }
a { background-color: rgb(7,95,188); }
div.DivClassName
{
background-color: #075FBC;
}
.BgClassName
{
background-color: #075FBC;
}
</style>
border-color css
<style>
span { border-color: #075FBC; }
span { border-color: rgb(7,95,188); }
td.TdClassName
{
border-color: #075FBC;
}
.TagClassName
{
border-color: #075FBC;
}
</style>