Shades of Denim #1669C4
Tints of Denim #1669C4
RGB
CMYK
RGB Variations
Color information
#1669C4 (or 0x1669C4) is known color: Denim. HEX triplet: 16, 69 and C4. RGB value is (22,105,196). Sum of RGB (Red+Green+Blue) = 22+105+196=323 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.81% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #1669C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1669C4 is #E9963B. Grayscale: #5A5A5A. Windows color (decimal): -15308348 or 12871958. OLE color: 12871958.
HSL color Cylindrical-coordinate representation of color #1669C4: hue angle of 211.38º 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 #1669C4 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 105 | 196 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.23 |
| HSL | 211.38º | 0.8% | 0.43% | - |
| HSV(B) | 211.38º | 0.89% | 0.77% | - |
| XYZ | 15.35 | 14.26 | 54.17 | - |
| YUV | 90.56 | 187.5 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 196 | 0.89 | 0.46 | 0 | 0.23 | 211.38 | 0.8 | 0.43 |
| Hex | 16 | 69 | C4 | 59 | 2E | 0 | 17 | D3 | 50 | 2B |
| Octal | 26 | 151 | 304 | 131 | 56 | 0 | 27 | 323 | 120 | 53 |
| Binary | 10110 | 1101001 | 11000100 | 1011001 | 101110 | 0 | 10111 | 11010011 | 1010000 | 101011 |
Color Harmonies of #1669C4
Complementary color
Monochromatic Colors of #1669C4
Black with #1669C4
Text Example
Text Example
White with #1669C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1669C4; }
p { color: rgb(22,105,196); }
H1.HeaderClassName
{
color: #1669C4;
}
.AnyTagClassName
{
color: #1669C4;
}
</style>
background-color css
<style>
a { background-color: #1669C4; }
a { background-color: rgb(22,105,196); }
div.DivClassName
{
background-color: #1669C4;
}
.BgClassName
{
background-color: #1669C4;
}
</style>
border-color css
<style>
span { border-color: #1669C4; }
span { border-color: rgb(22,105,196); }
td.TdClassName
{
border-color: #1669C4;
}
.TagClassName
{
border-color: #1669C4;
}
</style>