Shades of Denim #164FC2
Tints of Denim #164FC2
RGB
CMYK
RGB Variations
Color information
#164FC2 (or 0x164FC2) is known color: Denim. HEX triplet: 16, 4F and C2. RGB value is (22,79,194). Sum of RGB (Red+Green+Blue) = 22+79+194=295 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.46% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 194 (76.17% from 255 or 65.76% from 295); Max value from RGB is 194 - color contains mainly: blue. Hex color #164FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #164FC2 is #E9B03D. Grayscale: #4A4A4A. Windows color (decimal): -15315006 or 12734230. OLE color: 12734230.
HSL color Cylindrical-coordinate representation of color #164FC2: hue angle of 220.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #164FC2 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 79 | 194 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.24 |
| HSL | 220.12º | 0.8% | 0.42% | - |
| HSV(B) | 220.12º | 0.89% | 0.76% | - |
| XYZ | 12.86 | 9.66 | 52.23 | - |
| YUV | 75.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 79 | 194 | 0.89 | 0.59 | 0 | 0.24 | 220.12 | 0.8 | 0.42 |
| Hex | 16 | 4F | C2 | 59 | 3B | 0 | 18 | DC | 50 | 2A |
| Octal | 26 | 117 | 302 | 131 | 73 | 0 | 30 | 334 | 120 | 52 |
| Binary | 10110 | 1001111 | 11000010 | 1011001 | 111011 | 0 | 11000 | 11011100 | 1010000 | 101010 |
Color Harmonies of #164FC2
Complementary color
Monochromatic Colors of #164FC2
Black with #164FC2
Text Example
Text Example
White with #164FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164FC2; }
p { color: rgb(22,79,194); }
H1.HeaderClassName
{
color: #164FC2;
}
.AnyTagClassName
{
color: #164FC2;
}
</style>
background-color css
<style>
a { background-color: #164FC2; }
a { background-color: rgb(22,79,194); }
div.DivClassName
{
background-color: #164FC2;
}
.BgClassName
{
background-color: #164FC2;
}
</style>
border-color css
<style>
span { border-color: #164FC2; }
span { border-color: rgb(22,79,194); }
td.TdClassName
{
border-color: #164FC2;
}
.TagClassName
{
border-color: #164FC2;
}
</style>