Shades of Denim #1654C4
Tints of Denim #1654C4
RGB
CMYK
RGB Variations
Color information
#1654C4 (or 0x1654C4) is known color: Denim. HEX triplet: 16, 54 and C4. RGB value is (22,84,196). Sum of RGB (Red+Green+Blue) = 22+84+196=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 196 (76.95% from 255 or 64.90% from 302); Max value from RGB is 196 - color contains mainly: blue. Hex color #1654C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1654C4 is #E9AB3B. Grayscale: #4D4D4D. Windows color (decimal): -15313724 or 12866582. OLE color: 12866582.
HSL color Cylindrical-coordinate representation of color #1654C4: hue angle of 218.62º 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 #1654C4 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 84 | 196 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.23 |
| HSL | 218.62º | 0.8% | 0.43% | - |
| HSV(B) | 218.62º | 0.89% | 0.77% | - |
| XYZ | 13.47 | 10.5 | 53.54 | - |
| YUV | 78.23 | 194.46 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 196 | 0.89 | 0.57 | 0 | 0.23 | 218.62 | 0.8 | 0.43 |
| Hex | 16 | 54 | C4 | 59 | 39 | 0 | 17 | DB | 50 | 2B |
| Octal | 26 | 124 | 304 | 131 | 71 | 0 | 27 | 333 | 120 | 53 |
| Binary | 10110 | 1010100 | 11000100 | 1011001 | 111001 | 0 | 10111 | 11011011 | 1010000 | 101011 |
Color Harmonies of #1654C4
Complementary color
Monochromatic Colors of #1654C4
Black with #1654C4
Text Example
Text Example
White with #1654C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654C4; }
p { color: rgb(22,84,196); }
H1.HeaderClassName
{
color: #1654C4;
}
.AnyTagClassName
{
color: #1654C4;
}
</style>
background-color css
<style>
a { background-color: #1654C4; }
a { background-color: rgb(22,84,196); }
div.DivClassName
{
background-color: #1654C4;
}
.BgClassName
{
background-color: #1654C4;
}
</style>
border-color css
<style>
span { border-color: #1654C4; }
span { border-color: rgb(22,84,196); }
td.TdClassName
{
border-color: #1654C4;
}
.TagClassName
{
border-color: #1654C4;
}
</style>