Shades of Denim #0756C1
Tints of Denim #0756C1
RGB
CMYK
RGB Variations
Color information
#0756C1 (or 0x0756C1) is known color: Denim. HEX triplet: 07, 56 and C1. RGB value is (7,86,193). Sum of RGB (Red+Green+Blue) = 7+86+193=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 193 (75.78% from 255 or 67.48% from 286); Max value from RGB is 193 - color contains mainly: blue. Hex color #0756C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0756C1 is #F8A93E. Grayscale: #4A4A4A. Windows color (decimal): -16296255 or 12670471. OLE color: 12670471.
HSL color Cylindrical-coordinate representation of color #0756C1: hue angle of 214.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0756C1 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 86 | 193 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.24 |
| HSL | 214.52º | 0.93% | 0.39% | - |
| HSV(B) | 214.52º | 0.96% | 0.76% | - |
| XYZ | 13.04 | 10.55 | 51.8 | - |
| YUV | 74.58 | 194.83 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 193 | 0.96 | 0.55 | 0 | 0.24 | 214.52 | 0.93 | 0.39 |
| Hex | 7 | 56 | C1 | 60 | 37 | 0 | 18 | D7 | 5D | 27 |
| Octal | 7 | 126 | 301 | 140 | 67 | 0 | 30 | 327 | 135 | 47 |
| Binary | 111 | 1010110 | 11000001 | 1100000 | 110111 | 0 | 11000 | 11010111 | 1011101 | 100111 |
Color Harmonies of #0756C1
Complementary color
Monochromatic Colors of #0756C1
Black with #0756C1
Text Example
Text Example
White with #0756C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0756C1; }
p { color: rgb(7,86,193); }
H1.HeaderClassName
{
color: #0756C1;
}
.AnyTagClassName
{
color: #0756C1;
}
</style>
background-color css
<style>
a { background-color: #0756C1; }
a { background-color: rgb(7,86,193); }
div.DivClassName
{
background-color: #0756C1;
}
.BgClassName
{
background-color: #0756C1;
}
</style>
border-color css
<style>
span { border-color: #0756C1; }
span { border-color: rgb(7,86,193); }
td.TdClassName
{
border-color: #0756C1;
}
.TagClassName
{
border-color: #0756C1;
}
</style>