Shades of Denim #0752BD
Tints of Denim #0752BD
RGB
CMYK
RGB Variations
Color information
#0752BD (or 0x0752BD) is known color: Denim. HEX triplet: 07, 52 and BD. RGB value is (7,82,189). Sum of RGB (Red+Green+Blue) = 7+82+189=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #0752BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0752BD is #F8AD42. Grayscale: #474747. Windows color (decimal): -16297283 or 12407303. OLE color: 12407303.
HSL color Cylindrical-coordinate representation of color #0752BD: hue angle of 215.27º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0752BD is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 82 | 189 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.26 |
| HSL | 215.27º | 0.93% | 0.38% | - |
| HSV(B) | 215.27º | 0.96% | 0.74% | - |
| XYZ | 12.29 | 9.75 | 49.38 | - |
| YUV | 71.77 | 194.15 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 189 | 0.96 | 0.57 | 0 | 0.26 | 215.27 | 0.93 | 0.38 |
| Hex | 7 | 52 | BD | 60 | 39 | 0 | 1A | D7 | 5D | 26 |
| Octal | 7 | 122 | 275 | 140 | 71 | 0 | 32 | 327 | 135 | 46 |
| Binary | 111 | 1010010 | 10111101 | 1100000 | 111001 | 0 | 11010 | 11010111 | 1011101 | 100110 |
Color Harmonies of #0752BD
Complementary color
Monochromatic Colors of #0752BD
Black with #0752BD
Text Example
Text Example
White with #0752BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0752BD; }
p { color: rgb(7,82,189); }
H1.HeaderClassName
{
color: #0752BD;
}
.AnyTagClassName
{
color: #0752BD;
}
</style>
background-color css
<style>
a { background-color: #0752BD; }
a { background-color: rgb(7,82,189); }
div.DivClassName
{
background-color: #0752BD;
}
.BgClassName
{
background-color: #0752BD;
}
</style>
border-color css
<style>
span { border-color: #0752BD; }
span { border-color: rgb(7,82,189); }
td.TdClassName
{
border-color: #0752BD;
}
.TagClassName
{
border-color: #0752BD;
}
</style>