Shades of Denim #1670CF
Tints of Denim #1670CF
RGB
CMYK
RGB Variations
Color information
#1670CF (or 0x1670CF) is known color: Denim. HEX triplet: 16, 70 and CF. RGB value is (22,112,207). Sum of RGB (Red+Green+Blue) = 22+112+207=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #1670CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1670CF is #E98F30. Grayscale: #5F5F5F. Windows color (decimal): -15306545 or 13594646. OLE color: 13594646.
HSL color Cylindrical-coordinate representation of color #1670CF: hue angle of 210.81º 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 #1670CF is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 112 | 207 | - |
| CMYK | 0.89 | 0.46 | 0 | 0.19 |
| HSL | 210.81º | 0.81% | 0.45% | - |
| HSV(B) | 210.81º | 0.89% | 0.81% | - |
| XYZ | 17.39 | 16.26 | 61.25 | - |
| YUV | 95.92 | 190.68 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 207 | 0.89 | 0.46 | 0 | 0.19 | 210.81 | 0.81 | 0.45 |
| Hex | 16 | 70 | CF | 59 | 2E | 0 | 13 | D3 | 51 | 2D |
| Octal | 26 | 160 | 317 | 131 | 56 | 0 | 23 | 323 | 121 | 55 |
| Binary | 10110 | 1110000 | 11001111 | 1011001 | 101110 | 0 | 10011 | 11010011 | 1010001 | 101101 |
Color Harmonies of #1670CF
Complementary color
Monochromatic Colors of #1670CF
Black with #1670CF
Text Example
Text Example
White with #1670CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1670CF; }
p { color: rgb(22,112,207); }
H1.HeaderClassName
{
color: #1670CF;
}
.AnyTagClassName
{
color: #1670CF;
}
</style>
background-color css
<style>
a { background-color: #1670CF; }
a { background-color: rgb(22,112,207); }
div.DivClassName
{
background-color: #1670CF;
}
.BgClassName
{
background-color: #1670CF;
}
</style>
border-color css
<style>
span { border-color: #1670CF; }
span { border-color: rgb(22,112,207); }
td.TdClassName
{
border-color: #1670CF;
}
.TagClassName
{
border-color: #1670CF;
}
</style>