Shades of Denim #0750C0
Tints of Denim #0750C0
RGB
CMYK
RGB Variations
Color information
#0750C0 (or 0x0750C0) is known color: Denim. HEX triplet: 07, 50 and C0. RGB value is (7,80,192). Sum of RGB (Red+Green+Blue) = 7+80+192=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #0750C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0750C0 is #F8AF3F. Grayscale: #464646. Windows color (decimal): -16297792 or 12603399. OLE color: 12603399.
HSL color Cylindrical-coordinate representation of color #0750C0: hue angle of 216.32º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0750C0 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 80 | 192 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.25 |
| HSL | 216.32º | 0.93% | 0.39% | - |
| HSV(B) | 216.32º | 0.96% | 0.75% | - |
| XYZ | 12.47 | 9.59 | 51.06 | - |
| YUV | 70.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 192 | 0.96 | 0.58 | 0 | 0.25 | 216.32 | 0.93 | 0.39 |
| Hex | 7 | 50 | C0 | 60 | 3A | 0 | 19 | D8 | 5D | 27 |
| Octal | 7 | 120 | 300 | 140 | 72 | 0 | 31 | 330 | 135 | 47 |
| Binary | 111 | 1010000 | 11000000 | 1100000 | 111010 | 0 | 11001 | 11011000 | 1011101 | 100111 |
Color Harmonies of #0750C0
Complementary color
Monochromatic Colors of #0750C0
Black with #0750C0
Text Example
Text Example
White with #0750C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0750C0; }
p { color: rgb(7,80,192); }
H1.HeaderClassName
{
color: #0750C0;
}
.AnyTagClassName
{
color: #0750C0;
}
</style>
background-color css
<style>
a { background-color: #0750C0; }
a { background-color: rgb(7,80,192); }
div.DivClassName
{
background-color: #0750C0;
}
.BgClassName
{
background-color: #0750C0;
}
</style>
border-color css
<style>
span { border-color: #0750C0; }
span { border-color: rgb(7,80,192); }
td.TdClassName
{
border-color: #0750C0;
}
.TagClassName
{
border-color: #0750C0;
}
</style>