Shades of Denim #075DBD
Tints of Denim #075DBD
RGB
CMYK
RGB Variations
Color information
#075DBD (or 0x075DBD) is known color: Denim. HEX triplet: 07, 5D and BD. RGB value is (7,93,189). Sum of RGB (Red+Green+Blue) = 7+93+189=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #075DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DBD is #F8A242. Grayscale: #4D4D4D. Windows color (decimal): -16294467 or 12410119. OLE color: 12410119.
HSL color Cylindrical-coordinate representation of color #075DBD: hue angle of 211.65º 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 #075DBD is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 93 | 189 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.26 |
| HSL | 211.65º | 0.93% | 0.38% | - |
| HSV(B) | 211.65º | 0.96% | 0.74% | - |
| XYZ | 13.19 | 11.55 | 49.68 | - |
| YUV | 78.23 | 190.51 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 189 | 0.96 | 0.51 | 0 | 0.26 | 211.65 | 0.93 | 0.38 |
| Hex | 7 | 5D | BD | 60 | 33 | 0 | 1A | D4 | 5D | 26 |
| Octal | 7 | 135 | 275 | 140 | 63 | 0 | 32 | 324 | 135 | 46 |
| Binary | 111 | 1011101 | 10111101 | 1100000 | 110011 | 0 | 11010 | 11010100 | 1011101 | 100110 |
Color Harmonies of #075DBD
Complementary color
Monochromatic Colors of #075DBD
Black with #075DBD
Text Example
Text Example
White with #075DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DBD; }
p { color: rgb(7,93,189); }
H1.HeaderClassName
{
color: #075DBD;
}
.AnyTagClassName
{
color: #075DBD;
}
</style>
background-color css
<style>
a { background-color: #075DBD; }
a { background-color: rgb(7,93,189); }
div.DivClassName
{
background-color: #075DBD;
}
.BgClassName
{
background-color: #075DBD;
}
</style>
border-color css
<style>
span { border-color: #075DBD; }
span { border-color: rgb(7,93,189); }
td.TdClassName
{
border-color: #075DBD;
}
.TagClassName
{
border-color: #075DBD;
}
</style>