Shades of Denim #1666AF
Tints of Denim #1666AF
RGB
CMYK
RGB Variations
Color information
#1666AF (or 0x1666AF) is known color: Denim. HEX triplet: 16, 66 and AF. RGB value is (22,102,175). Sum of RGB (Red+Green+Blue) = 22+102+175=299 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.36% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #1666AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1666AF is #E99950. Grayscale: #565656. Windows color (decimal): -15309137 or 11494934. OLE color: 11494934.
HSL color Cylindrical-coordinate representation of color #1666AF: hue angle of 208.63º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1666AF is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 102 | 175 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.31 |
| HSL | 208.63º | 0.78% | 0.39% | - |
| HSV(B) | 208.63º | 0.87% | 0.69% | - |
| XYZ | 12.82 | 12.77 | 42.35 | - |
| YUV | 86.4 | 178 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 175 | 0.87 | 0.42 | 0 | 0.31 | 208.63 | 0.78 | 0.39 |
| Hex | 16 | 66 | AF | 57 | 2A | 0 | 1F | D1 | 4E | 27 |
| Octal | 26 | 146 | 257 | 127 | 52 | 0 | 37 | 321 | 116 | 47 |
| Binary | 10110 | 1100110 | 10101111 | 1010111 | 101010 | 0 | 11111 | 11010001 | 1001110 | 100111 |
Color Harmonies of #1666AF
Complementary color
Monochromatic Colors of #1666AF
Black with #1666AF
Text Example
Text Example
White with #1666AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666AF; }
p { color: rgb(22,102,175); }
H1.HeaderClassName
{
color: #1666AF;
}
.AnyTagClassName
{
color: #1666AF;
}
</style>
background-color css
<style>
a { background-color: #1666AF; }
a { background-color: rgb(22,102,175); }
div.DivClassName
{
background-color: #1666AF;
}
.BgClassName
{
background-color: #1666AF;
}
</style>
border-color css
<style>
span { border-color: #1666AF; }
span { border-color: rgb(22,102,175); }
td.TdClassName
{
border-color: #1666AF;
}
.TagClassName
{
border-color: #1666AF;
}
</style>