Shades of Denim #1665CF
Tints of Denim #1665CF
RGB
CMYK
RGB Variations
Color information
#1665CF (or 0x1665CF) is known color: Denim. HEX triplet: 16, 65 and CF. RGB value is (22,101,207). Sum of RGB (Red+Green+Blue) = 22+101+207=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #1665CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1665CF is #E99A30. Grayscale: #585858. Windows color (decimal): -15309361 or 13591830. OLE color: 13591830.
HSL color Cylindrical-coordinate representation of color #1665CF: hue angle of 214.38º 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 #1665CF is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 101 | 207 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.19 |
| HSL | 214.38º | 0.81% | 0.45% | - |
| HSV(B) | 214.38º | 0.89% | 0.81% | - |
| XYZ | 16.25 | 13.98 | 60.87 | - |
| YUV | 89.46 | 194.33 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 207 | 0.89 | 0.51 | 0 | 0.19 | 214.38 | 0.81 | 0.45 |
| Hex | 16 | 65 | CF | 59 | 33 | 0 | 13 | D6 | 51 | 2D |
| Octal | 26 | 145 | 317 | 131 | 63 | 0 | 23 | 326 | 121 | 55 |
| Binary | 10110 | 1100101 | 11001111 | 1011001 | 110011 | 0 | 10011 | 11010110 | 1010001 | 101101 |
Color Harmonies of #1665CF
Complementary color
Monochromatic Colors of #1665CF
Black with #1665CF
Text Example
Text Example
White with #1665CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665CF; }
p { color: rgb(22,101,207); }
H1.HeaderClassName
{
color: #1665CF;
}
.AnyTagClassName
{
color: #1665CF;
}
</style>
background-color css
<style>
a { background-color: #1665CF; }
a { background-color: rgb(22,101,207); }
div.DivClassName
{
background-color: #1665CF;
}
.BgClassName
{
background-color: #1665CF;
}
</style>
border-color css
<style>
span { border-color: #1665CF; }
span { border-color: rgb(22,101,207); }
td.TdClassName
{
border-color: #1665CF;
}
.TagClassName
{
border-color: #1665CF;
}
</style>