Shades of Denim #1652CF
Tints of Denim #1652CF
RGB
CMYK
RGB Variations
Color information
#1652CF (or 0x1652CF) is known color: Denim. HEX triplet: 16, 52 and CF. RGB value is (22,82,207). Sum of RGB (Red+Green+Blue) = 22+82+207=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #1652CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1652CF is #E9AD30. Grayscale: #4D4D4D. Windows color (decimal): -15314225 or 13586966. OLE color: 13586966.
HSL color Cylindrical-coordinate representation of color #1652CF: hue angle of 220.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1652CF is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 82 | 207 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.19 |
| HSL | 220.54º | 0.81% | 0.45% | - |
| HSV(B) | 220.54º | 0.89% | 0.81% | - |
| XYZ | 14.61 | 10.71 | 60.33 | - |
| YUV | 78.31 | 200.62 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 207 | 0.89 | 0.60 | 0 | 0.19 | 220.54 | 0.81 | 0.45 |
| Hex | 16 | 52 | CF | 59 | 3C | 0 | 13 | DD | 51 | 2D |
| Octal | 26 | 122 | 317 | 131 | 74 | 0 | 23 | 335 | 121 | 55 |
| Binary | 10110 | 1010010 | 11001111 | 1011001 | 111100 | 0 | 10011 | 11011101 | 1010001 | 101101 |
Color Harmonies of #1652CF
Complementary color
Monochromatic Colors of #1652CF
Black with #1652CF
Text Example
Text Example
White with #1652CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1652CF; }
p { color: rgb(22,82,207); }
H1.HeaderClassName
{
color: #1652CF;
}
.AnyTagClassName
{
color: #1652CF;
}
</style>
background-color css
<style>
a { background-color: #1652CF; }
a { background-color: rgb(22,82,207); }
div.DivClassName
{
background-color: #1652CF;
}
.BgClassName
{
background-color: #1652CF;
}
</style>
border-color css
<style>
span { border-color: #1652CF; }
span { border-color: rgb(22,82,207); }
td.TdClassName
{
border-color: #1652CF;
}
.TagClassName
{
border-color: #1652CF;
}
</style>