Shades of Denim #1650BD
Tints of Denim #1650BD
RGB
CMYK
RGB Variations
Color information
#1650BD (or 0x1650BD) is known color: Denim. HEX triplet: 16, 50 and BD. RGB value is (22,80,189). Sum of RGB (Red+Green+Blue) = 22+80+189=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #1650BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650BD is #E9AF42. Grayscale: #4A4A4A. Windows color (decimal): -15314755 or 12406806. OLE color: 12406806.
HSL color Cylindrical-coordinate representation of color #1650BD: hue angle of 219.16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1650BD is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 80 | 189 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.26 |
| HSL | 219.16º | 0.79% | 0.41% | - |
| HSV(B) | 219.16º | 0.88% | 0.74% | - |
| XYZ | 12.38 | 9.58 | 49.34 | - |
| YUV | 75.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 189 | 0.88 | 0.58 | 0 | 0.26 | 219.16 | 0.79 | 0.41 |
| Hex | 16 | 50 | BD | 58 | 3A | 0 | 1A | DB | 4F | 29 |
| Octal | 26 | 120 | 275 | 130 | 72 | 0 | 32 | 333 | 117 | 51 |
| Binary | 10110 | 1010000 | 10111101 | 1011000 | 111010 | 0 | 11010 | 11011011 | 1001111 | 101001 |
Color Harmonies of #1650BD
Complementary color
Monochromatic Colors of #1650BD
Black with #1650BD
Text Example
Text Example
White with #1650BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650BD; }
p { color: rgb(22,80,189); }
H1.HeaderClassName
{
color: #1650BD;
}
.AnyTagClassName
{
color: #1650BD;
}
</style>
background-color css
<style>
a { background-color: #1650BD; }
a { background-color: rgb(22,80,189); }
div.DivClassName
{
background-color: #1650BD;
}
.BgClassName
{
background-color: #1650BD;
}
</style>
border-color css
<style>
span { border-color: #1650BD; }
span { border-color: rgb(22,80,189); }
td.TdClassName
{
border-color: #1650BD;
}
.TagClassName
{
border-color: #1650BD;
}
</style>