Shades of Denim #1650CB
Tints of Denim #1650CB
RGB
CMYK
RGB Variations
Color information
#1650CB (or 0x1650CB) is known color: Denim. HEX triplet: 16, 50 and CB. RGB value is (22,80,203). Sum of RGB (Red+Green+Blue) = 22+80+203=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #1650CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650CB is #E9AF34. Grayscale: #4C4C4C. Windows color (decimal): -15314741 or 13324310. OLE color: 13324310.
HSL color Cylindrical-coordinate representation of color #1650CB: hue angle of 220.77º 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 #1650CB is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 80 | 203 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.20 |
| HSL | 220.77º | 0.8% | 0.44% | - |
| HSV(B) | 220.77º | 0.89% | 0.8% | - |
| XYZ | 13.98 | 10.22 | 57.74 | - |
| YUV | 76.68 | 199.28 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 203 | 0.89 | 0.61 | 0 | 0.20 | 220.77 | 0.8 | 0.44 |
| Hex | 16 | 50 | CB | 59 | 3D | 0 | 14 | DD | 50 | 2C |
| Octal | 26 | 120 | 313 | 131 | 75 | 0 | 24 | 335 | 120 | 54 |
| Binary | 10110 | 1010000 | 11001011 | 1011001 | 111101 | 0 | 10100 | 11011101 | 1010000 | 101100 |
Color Harmonies of #1650CB
Complementary color
Monochromatic Colors of #1650CB
Black with #1650CB
Text Example
Text Example
White with #1650CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650CB; }
p { color: rgb(22,80,203); }
H1.HeaderClassName
{
color: #1650CB;
}
.AnyTagClassName
{
color: #1650CB;
}
</style>
background-color css
<style>
a { background-color: #1650CB; }
a { background-color: rgb(22,80,203); }
div.DivClassName
{
background-color: #1650CB;
}
.BgClassName
{
background-color: #1650CB;
}
</style>
border-color css
<style>
span { border-color: #1650CB; }
span { border-color: rgb(22,80,203); }
td.TdClassName
{
border-color: #1650CB;
}
.TagClassName
{
border-color: #1650CB;
}
</style>