Shades of Denim #0751C2
Tints of Denim #0751C2
RGB
CMYK
RGB Variations
Color information
#0751C2 (or 0x0751C2) is known color: Denim. HEX triplet: 07, 51 and C2. RGB value is (7,81,194). Sum of RGB (Red+Green+Blue) = 7+81+194=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 194 (76.17% from 255 or 68.79% from 282); Max value from RGB is 194 - color contains mainly: blue. Hex color #0751C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0751C2 is #F8AE3D. Grayscale: #474747. Windows color (decimal): -16297534 or 12734727. OLE color: 12734727.
HSL color Cylindrical-coordinate representation of color #0751C2: hue angle of 216.26º 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 #0751C2 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 81 | 194 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.24 |
| HSL | 216.26º | 0.93% | 0.39% | - |
| HSV(B) | 216.26º | 0.96% | 0.76% | - |
| XYZ | 12.77 | 9.83 | 52.26 | - |
| YUV | 71.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 81 | 194 | 0.96 | 0.58 | 0 | 0.24 | 216.26 | 0.93 | 0.39 |
| Hex | 7 | 51 | C2 | 60 | 3A | 0 | 18 | D8 | 5D | 27 |
| Octal | 7 | 121 | 302 | 140 | 72 | 0 | 30 | 330 | 135 | 47 |
| Binary | 111 | 1010001 | 11000010 | 1100000 | 111010 | 0 | 11000 | 11011000 | 1011101 | 100111 |
Color Harmonies of #0751C2
Complementary color
Monochromatic Colors of #0751C2
Black with #0751C2
Text Example
Text Example
White with #0751C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0751C2; }
p { color: rgb(7,81,194); }
H1.HeaderClassName
{
color: #0751C2;
}
.AnyTagClassName
{
color: #0751C2;
}
</style>
background-color css
<style>
a { background-color: #0751C2; }
a { background-color: rgb(7,81,194); }
div.DivClassName
{
background-color: #0751C2;
}
.BgClassName
{
background-color: #0751C2;
}
</style>
border-color css
<style>
span { border-color: #0751C2; }
span { border-color: rgb(7,81,194); }
td.TdClassName
{
border-color: #0751C2;
}
.TagClassName
{
border-color: #0751C2;
}
</style>