Shades of Denim #075DB3
Tints of Denim #075DB3
RGB
CMYK
RGB Variations
Color information
#075DB3 (or 0x075DB3) is known color: Denim. HEX triplet: 07, 5D and B3. RGB value is (7,93,179). Sum of RGB (Red+Green+Blue) = 7+93+179=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #075DB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DB3 is #F8A24C. Grayscale: #4C4C4C. Windows color (decimal): -16294477 or 11754759. OLE color: 11754759.
HSL color Cylindrical-coordinate representation of color #075DB3: hue angle of 210º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #075DB3 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 7 | 93 | 179 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.30 |
| HSL | 210º | 0.92% | 0.36% | - |
| HSV(B) | 210º | 0.96% | 0.7% | - |
| XYZ | 12.14 | 11.13 | 44.16 | - |
| YUV | 77.09 | 185.51 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 179 | 0.96 | 0.48 | 0 | 0.30 | 210 | 0.92 | 0.36 |
| Hex | 7 | 5D | B3 | 60 | 30 | 0 | 1E | D2 | 5C | 24 |
| Octal | 7 | 135 | 263 | 140 | 60 | 0 | 36 | 322 | 134 | 44 |
| Binary | 111 | 1011101 | 10110011 | 1100000 | 110000 | 0 | 11110 | 11010010 | 1011100 | 100100 |
Color Harmonies of #075DB3
Complementary color
Monochromatic Colors of #075DB3
Black with #075DB3
Text Example
Text Example
White with #075DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DB3; }
p { color: rgb(7,93,179); }
H1.HeaderClassName
{
color: #075DB3;
}
.AnyTagClassName
{
color: #075DB3;
}
</style>
background-color css
<style>
a { background-color: #075DB3; }
a { background-color: rgb(7,93,179); }
div.DivClassName
{
background-color: #075DB3;
}
.BgClassName
{
background-color: #075DB3;
}
</style>
border-color css
<style>
span { border-color: #075DB3; }
span { border-color: rgb(7,93,179); }
td.TdClassName
{
border-color: #075DB3;
}
.TagClassName
{
border-color: #075DB3;
}
</style>