Shades of Denim #0759BF
Tints of Denim #0759BF
RGB
CMYK
RGB Variations
Color information
#0759BF (or 0x0759BF) is known color: Denim. HEX triplet: 07, 59 and BF. RGB value is (7,89,191). Sum of RGB (Red+Green+Blue) = 7+89+191=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #0759BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0759BF is #F8A640. Grayscale: #4B4B4B. Windows color (decimal): -16295489 or 12540167. OLE color: 12540167.
HSL color Cylindrical-coordinate representation of color #0759BF: hue angle of 213.26º 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 #0759BF is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 89 | 191 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.25 |
| HSL | 213.26º | 0.93% | 0.39% | - |
| HSV(B) | 213.26º | 0.96% | 0.75% | - |
| XYZ | 13.06 | 10.95 | 50.72 | - |
| YUV | 76.11 | 192.83 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 191 | 0.96 | 0.53 | 0 | 0.25 | 213.26 | 0.93 | 0.39 |
| Hex | 7 | 59 | BF | 60 | 35 | 0 | 19 | D5 | 5D | 27 |
| Octal | 7 | 131 | 277 | 140 | 65 | 0 | 31 | 325 | 135 | 47 |
| Binary | 111 | 1011001 | 10111111 | 1100000 | 110101 | 0 | 11001 | 11010101 | 1011101 | 100111 |
Color Harmonies of #0759BF
Complementary color
Monochromatic Colors of #0759BF
Black with #0759BF
Text Example
Text Example
White with #0759BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0759BF; }
p { color: rgb(7,89,191); }
H1.HeaderClassName
{
color: #0759BF;
}
.AnyTagClassName
{
color: #0759BF;
}
</style>
background-color css
<style>
a { background-color: #0759BF; }
a { background-color: rgb(7,89,191); }
div.DivClassName
{
background-color: #0759BF;
}
.BgClassName
{
background-color: #0759BF;
}
</style>
border-color css
<style>
span { border-color: #0759BF; }
span { border-color: rgb(7,89,191); }
td.TdClassName
{
border-color: #0759BF;
}
.TagClassName
{
border-color: #0759BF;
}
</style>