Shades of Denim #1661CB
Tints of Denim #1661CB
RGB
CMYK
RGB Variations
Color information
#1661CB (or 0x1661CB) is known color: Denim. HEX triplet: 16, 61 and CB. RGB value is (22,97,203). Sum of RGB (Red+Green+Blue) = 22+97+203=322 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.83% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #1661CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1661CB is #E99E34. Grayscale: #565656. Windows color (decimal): -15310389 or 13328662. OLE color: 13328662.
HSL color Cylindrical-coordinate representation of color #1661CB: hue angle of 215.14º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1661CB is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 97 | 203 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.20 |
| HSL | 215.14º | 0.8% | 0.44% | - |
| HSV(B) | 215.14º | 0.89% | 0.8% | - |
| XYZ | 15.39 | 13.03 | 58.2 | - |
| YUV | 86.66 | 193.65 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 203 | 0.89 | 0.52 | 0 | 0.20 | 215.14 | 0.8 | 0.44 |
| Hex | 16 | 61 | CB | 59 | 34 | 0 | 14 | D7 | 50 | 2C |
| Octal | 26 | 141 | 313 | 131 | 64 | 0 | 24 | 327 | 120 | 54 |
| Binary | 10110 | 1100001 | 11001011 | 1011001 | 110100 | 0 | 10100 | 11010111 | 1010000 | 101100 |
Color Harmonies of #1661CB
Complementary color
Monochromatic Colors of #1661CB
Black with #1661CB
Text Example
Text Example
White with #1661CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1661CB; }
p { color: rgb(22,97,203); }
H1.HeaderClassName
{
color: #1661CB;
}
.AnyTagClassName
{
color: #1661CB;
}
</style>
background-color css
<style>
a { background-color: #1661CB; }
a { background-color: rgb(22,97,203); }
div.DivClassName
{
background-color: #1661CB;
}
.BgClassName
{
background-color: #1661CB;
}
</style>
border-color css
<style>
span { border-color: #1661CB; }
span { border-color: rgb(22,97,203); }
td.TdClassName
{
border-color: #1661CB;
}
.TagClassName
{
border-color: #1661CB;
}
</style>