Shades of Denim #1650B4
Tints of Denim #1650B4
RGB
CMYK
RGB Variations
Color information
#1650B4 (or 0x1650B4) is known color: Denim. HEX triplet: 16, 50 and B4. RGB value is (22,80,180). Sum of RGB (Red+Green+Blue) = 22+80+180=282 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.80% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #1650B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650B4 is #E9AF4B. Grayscale: #494949. Windows color (decimal): -15314764 or 11816982. OLE color: 11816982.
HSL color Cylindrical-coordinate representation of color #1650B4: hue angle of 217.97º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1650B4 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 80 | 180 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.29 |
| HSL | 217.97º | 0.78% | 0.4% | - |
| HSV(B) | 217.97º | 0.88% | 0.71% | - |
| XYZ | 11.44 | 9.2 | 44.35 | - |
| YUV | 74.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 180 | 0.88 | 0.56 | 0 | 0.29 | 217.97 | 0.78 | 0.4 |
| Hex | 16 | 50 | B4 | 58 | 38 | 0 | 1D | DA | 4E | 28 |
| Octal | 26 | 120 | 264 | 130 | 70 | 0 | 35 | 332 | 116 | 50 |
| Binary | 10110 | 1010000 | 10110100 | 1011000 | 111000 | 0 | 11101 | 11011010 | 1001110 | 101000 |
Color Harmonies of #1650B4
Complementary color
Monochromatic Colors of #1650B4
Black with #1650B4
Text Example
Text Example
White with #1650B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650B4; }
p { color: rgb(22,80,180); }
H1.HeaderClassName
{
color: #1650B4;
}
.AnyTagClassName
{
color: #1650B4;
}
</style>
background-color css
<style>
a { background-color: #1650B4; }
a { background-color: rgb(22,80,180); }
div.DivClassName
{
background-color: #1650B4;
}
.BgClassName
{
background-color: #1650B4;
}
</style>
border-color css
<style>
span { border-color: #1650B4; }
span { border-color: rgb(22,80,180); }
td.TdClassName
{
border-color: #1650B4;
}
.TagClassName
{
border-color: #1650B4;
}
</style>