Shades of Denim #075DB5
Tints of Denim #075DB5
RGB
CMYK
RGB Variations
Color information
#075DB5 (or 0x075DB5) is known color: Denim. HEX triplet: 07, 5D and B5. RGB value is (7,93,181). Sum of RGB (Red+Green+Blue) = 7+93+181=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #075DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DB5 is #F8A24A. Grayscale: #4C4C4C. Windows color (decimal): -16294475 or 11885831. OLE color: 11885831.
HSL color Cylindrical-coordinate representation of color #075DB5: hue angle of 210.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075DB5 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 93 | 181 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.29 |
| HSL | 210.34º | 0.93% | 0.37% | - |
| HSV(B) | 210.34º | 0.96% | 0.71% | - |
| XYZ | 12.34 | 11.21 | 45.23 | - |
| YUV | 77.32 | 186.51 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 181 | 0.96 | 0.49 | 0 | 0.29 | 210.34 | 0.93 | 0.37 |
| Hex | 7 | 5D | B5 | 60 | 31 | 0 | 1D | D2 | 5D | 25 |
| Octal | 7 | 135 | 265 | 140 | 61 | 0 | 35 | 322 | 135 | 45 |
| Binary | 111 | 1011101 | 10110101 | 1100000 | 110001 | 0 | 11101 | 11010010 | 1011101 | 100101 |
Color Harmonies of #075DB5
Complementary color
Monochromatic Colors of #075DB5
Black with #075DB5
Text Example
Text Example
White with #075DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DB5; }
p { color: rgb(7,93,181); }
H1.HeaderClassName
{
color: #075DB5;
}
.AnyTagClassName
{
color: #075DB5;
}
</style>
background-color css
<style>
a { background-color: #075DB5; }
a { background-color: rgb(7,93,181); }
div.DivClassName
{
background-color: #075DB5;
}
.BgClassName
{
background-color: #075DB5;
}
</style>
border-color css
<style>
span { border-color: #075DB5; }
span { border-color: rgb(7,93,181); }
td.TdClassName
{
border-color: #075DB5;
}
.TagClassName
{
border-color: #075DB5;
}
</style>