Shades of Denim #165DD4
Tints of Denim #165DD4
RGB
CMYK
RGB Variations
Color information
#165DD4 (or 0x165DD4) is known color: Denim. HEX triplet: 16, 5D and D4. RGB value is (22,93,212). Sum of RGB (Red+Green+Blue) = 22+93+212=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #165DD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DD4 is #E9A22B. Grayscale: #545454. Windows color (decimal): -15311404 or 13917462. OLE color: 13917462.
HSL color Cylindrical-coordinate representation of color #165DD4: hue angle of 217.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165DD4 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 93 | 212 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.17 |
| HSL | 217.58º | 0.81% | 0.46% | - |
| HSV(B) | 217.58º | 0.9% | 0.83% | - |
| XYZ | 16.13 | 12.75 | 63.9 | - |
| YUV | 85.34 | 199.48 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 212 | 0.90 | 0.56 | 0 | 0.17 | 217.58 | 0.81 | 0.46 |
| Hex | 16 | 5D | D4 | 5A | 38 | 0 | 11 | DA | 51 | 2E |
| Octal | 26 | 135 | 324 | 132 | 70 | 0 | 21 | 332 | 121 | 56 |
| Binary | 10110 | 1011101 | 11010100 | 1011010 | 111000 | 0 | 10001 | 11011010 | 1010001 | 101110 |
Color Harmonies of #165DD4
Complementary color
Monochromatic Colors of #165DD4
Black with #165DD4
Text Example
Text Example
White with #165DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DD4; }
p { color: rgb(22,93,212); }
H1.HeaderClassName
{
color: #165DD4;
}
.AnyTagClassName
{
color: #165DD4;
}
</style>
background-color css
<style>
a { background-color: #165DD4; }
a { background-color: rgb(22,93,212); }
div.DivClassName
{
background-color: #165DD4;
}
.BgClassName
{
background-color: #165DD4;
}
</style>
border-color css
<style>
span { border-color: #165DD4; }
span { border-color: rgb(22,93,212); }
td.TdClassName
{
border-color: #165DD4;
}
.TagClassName
{
border-color: #165DD4;
}
</style>