Shades of Denim #075DBB
Tints of Denim #075DBB
RGB
CMYK
RGB Variations
Color information
#075DBB (or 0x075DBB) is known color: Denim. HEX triplet: 07, 5D and BB. RGB value is (7,93,187). Sum of RGB (Red+Green+Blue) = 7+93+187=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #075DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075DBB is #F8A244. Grayscale: #4D4D4D. Windows color (decimal): -16294469 or 12279047. OLE color: 12279047.
HSL color Cylindrical-coordinate representation of color #075DBB: hue angle of 211.33º 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 #075DBB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 93 | 187 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.27 |
| HSL | 211.33º | 0.93% | 0.38% | - |
| HSV(B) | 211.33º | 0.96% | 0.73% | - |
| XYZ | 12.97 | 11.46 | 48.54 | - |
| YUV | 78 | 189.51 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 187 | 0.96 | 0.50 | 0 | 0.27 | 211.33 | 0.93 | 0.38 |
| Hex | 7 | 5D | BB | 60 | 32 | 0 | 1B | D3 | 5D | 26 |
| Octal | 7 | 135 | 273 | 140 | 62 | 0 | 33 | 323 | 135 | 46 |
| Binary | 111 | 1011101 | 10111011 | 1100000 | 110010 | 0 | 11011 | 11010011 | 1011101 | 100110 |
Color Harmonies of #075DBB
Complementary color
Monochromatic Colors of #075DBB
Black with #075DBB
Text Example
Text Example
White with #075DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075DBB; }
p { color: rgb(7,93,187); }
H1.HeaderClassName
{
color: #075DBB;
}
.AnyTagClassName
{
color: #075DBB;
}
</style>
background-color css
<style>
a { background-color: #075DBB; }
a { background-color: rgb(7,93,187); }
div.DivClassName
{
background-color: #075DBB;
}
.BgClassName
{
background-color: #075DBB;
}
</style>
border-color css
<style>
span { border-color: #075DBB; }
span { border-color: rgb(7,93,187); }
td.TdClassName
{
border-color: #075DBB;
}
.TagClassName
{
border-color: #075DBB;
}
</style>