Shades of Denim #075DB4
Tints of Denim #075DB4
RGB
CMYK
RGB Variations
Color information
#075DB4 (or 0x075DB4) is known color: Denim. HEX triplet: 07, 5D and B4. RGB value is (7,93,180). Sum of RGB (Red+Green+Blue) = 7+93+180=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #075DB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DB4 is #F8A24B. Grayscale: #4C4C4C. Windows color (decimal): -16294476 or 11820295. OLE color: 11820295.
HSL color Cylindrical-coordinate representation of color #075DB4: hue angle of 210.17º 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 #075DB4 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 93 | 180 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.29 |
| HSL | 210.17º | 0.93% | 0.37% | - |
| HSV(B) | 210.17º | 0.96% | 0.71% | - |
| XYZ | 12.24 | 11.17 | 44.69 | - |
| YUV | 77.2 | 186.01 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 180 | 0.96 | 0.48 | 0 | 0.29 | 210.17 | 0.93 | 0.37 |
| Hex | 7 | 5D | B4 | 60 | 30 | 0 | 1D | D2 | 5D | 25 |
| Octal | 7 | 135 | 264 | 140 | 60 | 0 | 35 | 322 | 135 | 45 |
| Binary | 111 | 1011101 | 10110100 | 1100000 | 110000 | 0 | 11101 | 11010010 | 1011101 | 100101 |
Color Harmonies of #075DB4
Complementary color
Monochromatic Colors of #075DB4
Black with #075DB4
Text Example
Text Example
White with #075DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DB4; }
p { color: rgb(7,93,180); }
H1.HeaderClassName
{
color: #075DB4;
}
.AnyTagClassName
{
color: #075DB4;
}
</style>
background-color css
<style>
a { background-color: #075DB4; }
a { background-color: rgb(7,93,180); }
div.DivClassName
{
background-color: #075DB4;
}
.BgClassName
{
background-color: #075DB4;
}
</style>
border-color css
<style>
span { border-color: #075DB4; }
span { border-color: rgb(7,93,180); }
td.TdClassName
{
border-color: #075DB4;
}
.TagClassName
{
border-color: #075DB4;
}
</style>