Shades of Denim #1653BD
Tints of Denim #1653BD
RGB
CMYK
RGB Variations
Color information
#1653BD (or 0x1653BD) is known color: Denim. HEX triplet: 16, 53 and BD. RGB value is (22,83,189). Sum of RGB (Red+Green+Blue) = 22+83+189=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #1653BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1653BD is #E9AC42. Grayscale: #4C4C4C. Windows color (decimal): -15313987 or 12407574. OLE color: 12407574.
HSL color Cylindrical-coordinate representation of color #1653BD: hue angle of 218.08º 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 #1653BD is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 83 | 189 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.26 |
| HSL | 218.08º | 0.79% | 0.41% | - |
| HSV(B) | 218.08º | 0.88% | 0.74% | - |
| XYZ | 12.61 | 10.03 | 49.42 | - |
| YUV | 76.85 | 191.29 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 189 | 0.88 | 0.56 | 0 | 0.26 | 218.08 | 0.79 | 0.41 |
| Hex | 16 | 53 | BD | 58 | 38 | 0 | 1A | DA | 4F | 29 |
| Octal | 26 | 123 | 275 | 130 | 70 | 0 | 32 | 332 | 117 | 51 |
| Binary | 10110 | 1010011 | 10111101 | 1011000 | 111000 | 0 | 11010 | 11011010 | 1001111 | 101001 |
Color Harmonies of #1653BD
Complementary color
Monochromatic Colors of #1653BD
Black with #1653BD
Text Example
Text Example
White with #1653BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1653BD; }
p { color: rgb(22,83,189); }
H1.HeaderClassName
{
color: #1653BD;
}
.AnyTagClassName
{
color: #1653BD;
}
</style>
background-color css
<style>
a { background-color: #1653BD; }
a { background-color: rgb(22,83,189); }
div.DivClassName
{
background-color: #1653BD;
}
.BgClassName
{
background-color: #1653BD;
}
</style>
border-color css
<style>
span { border-color: #1653BD; }
span { border-color: rgb(22,83,189); }
td.TdClassName
{
border-color: #1653BD;
}
.TagClassName
{
border-color: #1653BD;
}
</style>