Shades of Denim #1665AF
Tints of Denim #1665AF
RGB
CMYK
RGB Variations
Color information
#1665AF (or 0x1665AF) is known color: Denim. HEX triplet: 16, 65 and AF. RGB value is (22,101,175). Sum of RGB (Red+Green+Blue) = 22+101+175=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #1665AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1665AF is #E99A50. Grayscale: #555555. Windows color (decimal): -15309393 or 11494678. OLE color: 11494678.
HSL color Cylindrical-coordinate representation of color #1665AF: hue angle of 209.02º 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 #1665AF is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 101 | 175 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.31 |
| HSL | 209.02º | 0.78% | 0.39% | - |
| HSV(B) | 209.02º | 0.87% | 0.69% | - |
| XYZ | 12.72 | 12.57 | 42.31 | - |
| YUV | 85.82 | 178.33 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 175 | 0.87 | 0.42 | 0 | 0.31 | 209.02 | 0.78 | 0.39 |
| Hex | 16 | 65 | AF | 57 | 2A | 0 | 1F | D1 | 4E | 27 |
| Octal | 26 | 145 | 257 | 127 | 52 | 0 | 37 | 321 | 116 | 47 |
| Binary | 10110 | 1100101 | 10101111 | 1010111 | 101010 | 0 | 11111 | 11010001 | 1001110 | 100111 |
Color Harmonies of #1665AF
Complementary color
Monochromatic Colors of #1665AF
Black with #1665AF
Text Example
Text Example
White with #1665AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665AF; }
p { color: rgb(22,101,175); }
H1.HeaderClassName
{
color: #1665AF;
}
.AnyTagClassName
{
color: #1665AF;
}
</style>
background-color css
<style>
a { background-color: #1665AF; }
a { background-color: rgb(22,101,175); }
div.DivClassName
{
background-color: #1665AF;
}
.BgClassName
{
background-color: #1665AF;
}
</style>
border-color css
<style>
span { border-color: #1665AF; }
span { border-color: rgb(22,101,175); }
td.TdClassName
{
border-color: #1665AF;
}
.TagClassName
{
border-color: #1665AF;
}
</style>