Shades of Denim #1667CD
Tints of Denim #1667CD
RGB
CMYK
RGB Variations
Color information
#1667CD (or 0x1667CD) is known color: Denim. HEX triplet: 16, 67 and CD. RGB value is (22,103,205). Sum of RGB (Red+Green+Blue) = 22+103+205=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #1667CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1667CD is #E99832. Grayscale: #595959. Windows color (decimal): -15308851 or 13461270. OLE color: 13461270.
HSL color Cylindrical-coordinate representation of color #1667CD: hue angle of 213.44º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1667CD is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 103 | 205 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.20 |
| HSL | 213.44º | 0.81% | 0.45% | - |
| HSV(B) | 213.44º | 0.89% | 0.8% | - |
| XYZ | 16.2 | 14.28 | 59.66 | - |
| YUV | 90.41 | 192.66 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 205 | 0.89 | 0.50 | 0 | 0.20 | 213.44 | 0.81 | 0.45 |
| Hex | 16 | 67 | CD | 59 | 32 | 0 | 14 | D5 | 51 | 2D |
| Octal | 26 | 147 | 315 | 131 | 62 | 0 | 24 | 325 | 121 | 55 |
| Binary | 10110 | 1100111 | 11001101 | 1011001 | 110010 | 0 | 10100 | 11010101 | 1010001 | 101101 |
Color Harmonies of #1667CD
Complementary color
Monochromatic Colors of #1667CD
Black with #1667CD
Text Example
Text Example
White with #1667CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667CD; }
p { color: rgb(22,103,205); }
H1.HeaderClassName
{
color: #1667CD;
}
.AnyTagClassName
{
color: #1667CD;
}
</style>
background-color css
<style>
a { background-color: #1667CD; }
a { background-color: rgb(22,103,205); }
div.DivClassName
{
background-color: #1667CD;
}
.BgClassName
{
background-color: #1667CD;
}
</style>
border-color css
<style>
span { border-color: #1667CD; }
span { border-color: rgb(22,103,205); }
td.TdClassName
{
border-color: #1667CD;
}
.TagClassName
{
border-color: #1667CD;
}
</style>