Shades of Denim #1664BD
Tints of Denim #1664BD
RGB
CMYK
RGB Variations
Color information
#1664BD (or 0x1664BD) is known color: Denim. HEX triplet: 16, 64 and BD. RGB value is (22,100,189). Sum of RGB (Red+Green+Blue) = 22+100+189=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #1664BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1664BD is #E99B42. Grayscale: #565656. Windows color (decimal): -15309635 or 12411926. OLE color: 12411926.
HSL color Cylindrical-coordinate representation of color #1664BD: hue angle of 211.98º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1664BD is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 100 | 189 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.26 |
| HSL | 211.98º | 0.79% | 0.41% | - |
| HSV(B) | 211.98º | 0.88% | 0.74% | - |
| XYZ | 14.07 | 12.96 | 49.9 | - |
| YUV | 86.82 | 185.66 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 100 | 189 | 0.88 | 0.47 | 0 | 0.26 | 211.98 | 0.79 | 0.41 |
| Hex | 16 | 64 | BD | 58 | 2F | 0 | 1A | D4 | 4F | 29 |
| Octal | 26 | 144 | 275 | 130 | 57 | 0 | 32 | 324 | 117 | 51 |
| Binary | 10110 | 1100100 | 10111101 | 1011000 | 101111 | 0 | 11010 | 11010100 | 1001111 | 101001 |
Color Harmonies of #1664BD
Complementary color
Monochromatic Colors of #1664BD
Black with #1664BD
Text Example
Text Example
White with #1664BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1664BD; }
p { color: rgb(22,100,189); }
H1.HeaderClassName
{
color: #1664BD;
}
.AnyTagClassName
{
color: #1664BD;
}
</style>
background-color css
<style>
a { background-color: #1664BD; }
a { background-color: rgb(22,100,189); }
div.DivClassName
{
background-color: #1664BD;
}
.BgClassName
{
background-color: #1664BD;
}
</style>
border-color css
<style>
span { border-color: #1664BD; }
span { border-color: rgb(22,100,189); }
td.TdClassName
{
border-color: #1664BD;
}
.TagClassName
{
border-color: #1664BD;
}
</style>