Shades of Denim #0752BF
Tints of Denim #0752BF
RGB
CMYK
RGB Variations
Color information
#0752BF (or 0x0752BF) is known color: Denim. HEX triplet: 07, 52 and BF. RGB value is (7,82,191). Sum of RGB (Red+Green+Blue) = 7+82+191=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #0752BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0752BF is #F8AD40. Grayscale: #474747. Windows color (decimal): -16297281 or 12538375. OLE color: 12538375.
HSL color Cylindrical-coordinate representation of color #0752BF: hue angle of 215.54º 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 #0752BF is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 82 | 191 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.25 |
| HSL | 215.54º | 0.93% | 0.39% | - |
| HSV(B) | 215.54º | 0.96% | 0.75% | - |
| XYZ | 12.51 | 9.84 | 50.53 | - |
| YUV | 72 | 195.15 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 191 | 0.96 | 0.57 | 0 | 0.25 | 215.54 | 0.93 | 0.39 |
| Hex | 7 | 52 | BF | 60 | 39 | 0 | 19 | D8 | 5D | 27 |
| Octal | 7 | 122 | 277 | 140 | 71 | 0 | 31 | 330 | 135 | 47 |
| Binary | 111 | 1010010 | 10111111 | 1100000 | 111001 | 0 | 11001 | 11011000 | 1011101 | 100111 |
Color Harmonies of #0752BF
Complementary color
Monochromatic Colors of #0752BF
Black with #0752BF
Text Example
Text Example
White with #0752BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0752BF; }
p { color: rgb(7,82,191); }
H1.HeaderClassName
{
color: #0752BF;
}
.AnyTagClassName
{
color: #0752BF;
}
</style>
background-color css
<style>
a { background-color: #0752BF; }
a { background-color: rgb(7,82,191); }
div.DivClassName
{
background-color: #0752BF;
}
.BgClassName
{
background-color: #0752BF;
}
</style>
border-color css
<style>
span { border-color: #0752BF; }
span { border-color: rgb(7,82,191); }
td.TdClassName
{
border-color: #0752BF;
}
.TagClassName
{
border-color: #0752BF;
}
</style>