Shades of Denim #1650B8
Tints of Denim #1650B8
RGB
CMYK
RGB Variations
Color information
#1650B8 (or 0x1650B8) is known color: Denim. HEX triplet: 16, 50 and B8. RGB value is (22,80,184). Sum of RGB (Red+Green+Blue) = 22+80+184=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 184 (72.27% from 255 or 64.34% from 286); Max value from RGB is 184 - color contains mainly: blue. Hex color #1650B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1650B8 is #E9AF47. Grayscale: #4A4A4A. Windows color (decimal): -15314760 or 12079126. OLE color: 12079126.
HSL color Cylindrical-coordinate representation of color #1650B8: hue angle of 218.52º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1650B8 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 80 | 184 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.28 |
| HSL | 218.52º | 0.79% | 0.4% | - |
| HSV(B) | 218.52º | 0.88% | 0.72% | - |
| XYZ | 11.85 | 9.37 | 46.53 | - |
| YUV | 74.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 80 | 184 | 0.88 | 0.57 | 0 | 0.28 | 218.52 | 0.79 | 0.4 |
| Hex | 16 | 50 | B8 | 58 | 39 | 0 | 1C | DB | 4F | 28 |
| Octal | 26 | 120 | 270 | 130 | 71 | 0 | 34 | 333 | 117 | 50 |
| Binary | 10110 | 1010000 | 10111000 | 1011000 | 111001 | 0 | 11100 | 11011011 | 1001111 | 101000 |
Color Harmonies of #1650B8
Complementary color
Monochromatic Colors of #1650B8
Black with #1650B8
Text Example
Text Example
White with #1650B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1650B8; }
p { color: rgb(22,80,184); }
H1.HeaderClassName
{
color: #1650B8;
}
.AnyTagClassName
{
color: #1650B8;
}
</style>
background-color css
<style>
a { background-color: #1650B8; }
a { background-color: rgb(22,80,184); }
div.DivClassName
{
background-color: #1650B8;
}
.BgClassName
{
background-color: #1650B8;
}
</style>
border-color css
<style>
span { border-color: #1650B8; }
span { border-color: rgb(22,80,184); }
td.TdClassName
{
border-color: #1650B8;
}
.TagClassName
{
border-color: #1650B8;
}
</style>