Shades of Denim #1665B4
Tints of Denim #1665B4
RGB
CMYK
RGB Variations
Color information
#1665B4 (or 0x1665B4) is known color: Denim. HEX triplet: 16, 65 and B4. RGB value is (22,101,180). Sum of RGB (Red+Green+Blue) = 22+101+180=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 180 (70.70% from 255 or 59.41% from 303); Max value from RGB is 180 - color contains mainly: blue. Hex color #1665B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1665B4 is #E99A4B. Grayscale: #555555. Windows color (decimal): -15309388 or 11822358. OLE color: 11822358.
HSL color Cylindrical-coordinate representation of color #1665B4: hue angle of 210º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1665B4 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 101 | 180 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.29 |
| HSL | 210º | 0.78% | 0.4% | - |
| HSV(B) | 210º | 0.88% | 0.71% | - |
| XYZ | 13.22 | 12.77 | 44.95 | - |
| YUV | 86.39 | 180.83 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 180 | 0.88 | 0.44 | 0 | 0.29 | 210 | 0.78 | 0.4 |
| Hex | 16 | 65 | B4 | 58 | 2C | 0 | 1D | D2 | 4E | 28 |
| Octal | 26 | 145 | 264 | 130 | 54 | 0 | 35 | 322 | 116 | 50 |
| Binary | 10110 | 1100101 | 10110100 | 1011000 | 101100 | 0 | 11101 | 11010010 | 1001110 | 101000 |
Color Harmonies of #1665B4
Complementary color
Monochromatic Colors of #1665B4
Black with #1665B4
Text Example
Text Example
White with #1665B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665B4; }
p { color: rgb(22,101,180); }
H1.HeaderClassName
{
color: #1665B4;
}
.AnyTagClassName
{
color: #1665B4;
}
</style>
background-color css
<style>
a { background-color: #1665B4; }
a { background-color: rgb(22,101,180); }
div.DivClassName
{
background-color: #1665B4;
}
.BgClassName
{
background-color: #1665B4;
}
</style>
border-color css
<style>
span { border-color: #1665B4; }
span { border-color: rgb(22,101,180); }
td.TdClassName
{
border-color: #1665B4;
}
.TagClassName
{
border-color: #1665B4;
}
</style>