Shades of Denim #1650CC
Tints of Denim #1650CC
RGB
CMYK
RGB Variations
Color information
#1650CC (or 0x1650CC) is known color: Denim. HEX triplet: 16, 50 and CC. RGB value is (22,80,204). Sum of RGB (Red+Green+Blue) = 22+80+204=306 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.19% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #1650CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650CC is #E9AF33. Grayscale: #4C4C4C. Windows color (decimal): -15314740 or 13389846. OLE color: 13389846.
HSL color Cylindrical-coordinate representation of color #1650CC: hue angle of 220.88º degrees, saturation: 0.81, 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 #1650CC is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 80 | 204 | - |
| CMYK | 0.89 | 0.61 | 0 | 0.2 |
| HSL | 220.88º | 0.81% | 0.44% | - |
| HSV(B) | 220.88º | 0.89% | 0.8% | - |
| XYZ | 14.1 | 10.27 | 58.37 | - |
| YUV | 76.79 | 199.78 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 204 | 0.89 | 0.61 | 0 | 0.2 | 220.88 | 0.81 | 0.44 |
| Hex | 16 | 50 | CC | 59 | 3D | 0 | 14 | DD | 51 | 2C |
| Octal | 26 | 120 | 314 | 131 | 75 | 0 | 24 | 335 | 121 | 54 |
| Binary | 10110 | 1010000 | 11001100 | 1011001 | 111101 | 0 | 10100 | 11011101 | 1010001 | 101100 |
Color Harmonies of #1650CC
Complementary color
Monochromatic Colors of #1650CC
Black with #1650CC
Text Example
Text Example
White with #1650CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650CC; }
p { color: rgb(22,80,204); }
H1.HeaderClassName
{
color: #1650CC;
}
.AnyTagClassName
{
color: #1650CC;
}
</style>
background-color css
<style>
a { background-color: #1650CC; }
a { background-color: rgb(22,80,204); }
div.DivClassName
{
background-color: #1650CC;
}
.BgClassName
{
background-color: #1650CC;
}
</style>
border-color css
<style>
span { border-color: #1650CC; }
span { border-color: rgb(22,80,204); }
td.TdClassName
{
border-color: #1650CC;
}
.TagClassName
{
border-color: #1650CC;
}
</style>