Shades of Denim #1655C4
Tints of Denim #1655C4
RGB
CMYK
RGB Variations
Color information
#1655C4 (or 0x1655C4) is known color: Denim. HEX triplet: 16, 55 and C4. RGB value is (22,85,196). Sum of RGB (Red+Green+Blue) = 22+85+196=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 196 (76.95% from 255 or 64.69% from 303); Max value from RGB is 196 - color contains mainly: blue. Hex color #1655C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1655C4 is #E9AA3B. Grayscale: #4E4E4E. Windows color (decimal): -15313468 or 12866838. OLE color: 12866838.
HSL color Cylindrical-coordinate representation of color #1655C4: hue angle of 218.28º 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 #1655C4 is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 85 | 196 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.23 |
| HSL | 218.28º | 0.8% | 0.43% | - |
| HSV(B) | 218.28º | 0.89% | 0.77% | - |
| XYZ | 13.54 | 10.65 | 53.57 | - |
| YUV | 78.82 | 194.13 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 196 | 0.89 | 0.57 | 0 | 0.23 | 218.28 | 0.8 | 0.43 |
| Hex | 16 | 55 | C4 | 59 | 39 | 0 | 17 | DA | 50 | 2B |
| Octal | 26 | 125 | 304 | 131 | 71 | 0 | 27 | 332 | 120 | 53 |
| Binary | 10110 | 1010101 | 11000100 | 1011001 | 111001 | 0 | 10111 | 11011010 | 1010000 | 101011 |
Color Harmonies of #1655C4
Complementary color
Monochromatic Colors of #1655C4
Black with #1655C4
Text Example
Text Example
White with #1655C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655C4; }
p { color: rgb(22,85,196); }
H1.HeaderClassName
{
color: #1655C4;
}
.AnyTagClassName
{
color: #1655C4;
}
</style>
background-color css
<style>
a { background-color: #1655C4; }
a { background-color: rgb(22,85,196); }
div.DivClassName
{
background-color: #1655C4;
}
.BgClassName
{
background-color: #1655C4;
}
</style>
border-color css
<style>
span { border-color: #1655C4; }
span { border-color: rgb(22,85,196); }
td.TdClassName
{
border-color: #1655C4;
}
.TagClassName
{
border-color: #1655C4;
}
</style>