Shades of Denim #075DBA
Tints of Denim #075DBA
RGB
CMYK
RGB Variations
Color information
#075DBA (or 0x075DBA) is known color: Denim. HEX triplet: 07, 5D and BA. RGB value is (7,93,186). Sum of RGB (Red+Green+Blue) = 7+93+186=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 93 (36.72% from 255 or 32.52% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #075DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DBA is #F8A245. Grayscale: #4D4D4D. Windows color (decimal): -16294470 or 12213511. OLE color: 12213511.
HSL color Cylindrical-coordinate representation of color #075DBA: hue angle of 211.17º 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 #075DBA is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 93 | 186 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.27 |
| HSL | 211.17º | 0.93% | 0.38% | - |
| HSV(B) | 211.17º | 0.96% | 0.73% | - |
| XYZ | 12.86 | 11.42 | 47.98 | - |
| YUV | 77.89 | 189.01 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 186 | 0.96 | 0.5 | 0 | 0.27 | 211.17 | 0.93 | 0.38 |
| Hex | 7 | 5D | BA | 60 | 32 | 0 | 1B | D3 | 5D | 26 |
| Octal | 7 | 135 | 272 | 140 | 62 | 0 | 33 | 323 | 135 | 46 |
| Binary | 111 | 1011101 | 10111010 | 1100000 | 110010 | 0 | 11011 | 11010011 | 1011101 | 100110 |
Color Harmonies of #075DBA
Complementary color
Monochromatic Colors of #075DBA
Black with #075DBA
Text Example
Text Example
White with #075DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DBA; }
p { color: rgb(7,93,186); }
H1.HeaderClassName
{
color: #075DBA;
}
.AnyTagClassName
{
color: #075DBA;
}
</style>
background-color css
<style>
a { background-color: #075DBA; }
a { background-color: rgb(7,93,186); }
div.DivClassName
{
background-color: #075DBA;
}
.BgClassName
{
background-color: #075DBA;
}
</style>
border-color css
<style>
span { border-color: #075DBA; }
span { border-color: rgb(7,93,186); }
td.TdClassName
{
border-color: #075DBA;
}
.TagClassName
{
border-color: #075DBA;
}
</style>