Shades of Denim #0756BC
Tints of Denim #0756BC
RGB
CMYK
RGB Variations
Color information
#0756BC (or 0x0756BC) is known color: Denim. HEX triplet: 07, 56 and BC. RGB value is (7,86,188). Sum of RGB (Red+Green+Blue) = 7+86+188=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #0756BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0756BC is #F8A943. Grayscale: #494949. Windows color (decimal): -16296260 or 12342791. OLE color: 12342791.
HSL color Cylindrical-coordinate representation of color #0756BC: hue angle of 213.81º 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 #0756BC is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 86 | 188 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.26 |
| HSL | 213.81º | 0.93% | 0.38% | - |
| HSV(B) | 213.81º | 0.96% | 0.74% | - |
| XYZ | 12.49 | 10.33 | 48.91 | - |
| YUV | 74.01 | 192.33 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 188 | 0.96 | 0.54 | 0 | 0.26 | 213.81 | 0.93 | 0.38 |
| Hex | 7 | 56 | BC | 60 | 36 | 0 | 1A | D6 | 5D | 26 |
| Octal | 7 | 126 | 274 | 140 | 66 | 0 | 32 | 326 | 135 | 46 |
| Binary | 111 | 1010110 | 10111100 | 1100000 | 110110 | 0 | 11010 | 11010110 | 1011101 | 100110 |
Color Harmonies of #0756BC
Complementary color
Monochromatic Colors of #0756BC
Black with #0756BC
Text Example
Text Example
White with #0756BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0756BC; }
p { color: rgb(7,86,188); }
H1.HeaderClassName
{
color: #0756BC;
}
.AnyTagClassName
{
color: #0756BC;
}
</style>
background-color css
<style>
a { background-color: #0756BC; }
a { background-color: rgb(7,86,188); }
div.DivClassName
{
background-color: #0756BC;
}
.BgClassName
{
background-color: #0756BC;
}
</style>
border-color css
<style>
span { border-color: #0756BC; }
span { border-color: rgb(7,86,188); }
td.TdClassName
{
border-color: #0756BC;
}
.TagClassName
{
border-color: #0756BC;
}
</style>