Shades of Denim #1669BD
Tints of Denim #1669BD
RGB
CMYK
RGB Variations
Color information
#1669BD (or 0x1669BD) is known color: Denim. HEX triplet: 16, 69 and BD. RGB value is (22,105,189). Sum of RGB (Red+Green+Blue) = 22+105+189=316 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.96% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #1669BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669BD is #E99642. Grayscale: #595959. Windows color (decimal): -15308355 or 12413206. OLE color: 12413206.
HSL color Cylindrical-coordinate representation of color #1669BD: hue angle of 210.18º 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 #1669BD is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 105 | 189 | - |
| CMYK | 0.88 | 0.44 | 0 | 0.26 |
| HSL | 210.18º | 0.79% | 0.41% | - |
| HSV(B) | 210.18º | 0.88% | 0.74% | - |
| XYZ | 14.57 | 13.95 | 50.07 | - |
| YUV | 89.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 189 | 0.88 | 0.44 | 0 | 0.26 | 210.18 | 0.79 | 0.41 |
| Hex | 16 | 69 | BD | 58 | 2C | 0 | 1A | D2 | 4F | 29 |
| Octal | 26 | 151 | 275 | 130 | 54 | 0 | 32 | 322 | 117 | 51 |
| Binary | 10110 | 1101001 | 10111101 | 1011000 | 101100 | 0 | 11010 | 11010010 | 1001111 | 101001 |
Color Harmonies of #1669BD
Complementary color
Monochromatic Colors of #1669BD
Black with #1669BD
Text Example
Text Example
White with #1669BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669BD; }
p { color: rgb(22,105,189); }
H1.HeaderClassName
{
color: #1669BD;
}
.AnyTagClassName
{
color: #1669BD;
}
</style>
background-color css
<style>
a { background-color: #1669BD; }
a { background-color: rgb(22,105,189); }
div.DivClassName
{
background-color: #1669BD;
}
.BgClassName
{
background-color: #1669BD;
}
</style>
border-color css
<style>
span { border-color: #1669BD; }
span { border-color: rgb(22,105,189); }
td.TdClassName
{
border-color: #1669BD;
}
.TagClassName
{
border-color: #1669BD;
}
</style>