Shades of Denim #1669C5
Tints of Denim #1669C5
RGB
CMYK
RGB Variations
Color information
#1669C5 (or 0x1669C5) is known color: Denim. HEX triplet: 16, 69 and C5. RGB value is (22,105,197). Sum of RGB (Red+Green+Blue) = 22+105+197=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 197 (77.34% from 255 or 60.80% from 324); Max value from RGB is 197 - color contains mainly: blue. Hex color #1669C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669C5 is #E9963A. Grayscale: #5A5A5A. Windows color (decimal): -15308347 or 12937494. OLE color: 12937494.
HSL color Cylindrical-coordinate representation of color #1669C5: hue angle of 211.54º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1669C5 is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 105 | 197 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.23 |
| HSL | 211.54º | 0.8% | 0.43% | - |
| HSV(B) | 211.54º | 0.89% | 0.77% | - |
| XYZ | 15.46 | 14.3 | 54.77 | - |
| YUV | 90.67 | 188 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 197 | 0.89 | 0.47 | 0 | 0.23 | 211.54 | 0.8 | 0.43 |
| Hex | 16 | 69 | C5 | 59 | 2F | 0 | 17 | D4 | 50 | 2B |
| Octal | 26 | 151 | 305 | 131 | 57 | 0 | 27 | 324 | 120 | 53 |
| Binary | 10110 | 1101001 | 11000101 | 1011001 | 101111 | 0 | 10111 | 11010100 | 1010000 | 101011 |
Color Harmonies of #1669C5
Complementary color
Monochromatic Colors of #1669C5
Black with #1669C5
Text Example
Text Example
White with #1669C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669C5; }
p { color: rgb(22,105,197); }
H1.HeaderClassName
{
color: #1669C5;
}
.AnyTagClassName
{
color: #1669C5;
}
</style>
background-color css
<style>
a { background-color: #1669C5; }
a { background-color: rgb(22,105,197); }
div.DivClassName
{
background-color: #1669C5;
}
.BgClassName
{
background-color: #1669C5;
}
</style>
border-color css
<style>
span { border-color: #1669C5; }
span { border-color: rgb(22,105,197); }
td.TdClassName
{
border-color: #1669C5;
}
.TagClassName
{
border-color: #1669C5;
}
</style>