Shades of Denim #1671CC
Tints of Denim #1671CC
RGB
CMYK
RGB Variations
Color information
#1671CC (or 0x1671CC) is known color: Denim. HEX triplet: 16, 71 and CC. RGB value is (22,113,204). Sum of RGB (Red+Green+Blue) = 22+113+204=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #1671CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1671CC is #E98E33. Grayscale: #5F5F5F. Windows color (decimal): -15306292 or 13398294. OLE color: 13398294.
HSL color Cylindrical-coordinate representation of color #1671CC: hue angle of 210º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1671CC is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 113 | 204 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.2 |
| HSL | 210º | 0.81% | 0.44% | - |
| HSV(B) | 210º | 0.89% | 0.8% | - |
| XYZ | 17.14 | 16.34 | 59.38 | - |
| YUV | 96.17 | 188.85 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 204 | 0.89 | 0.45 | 0 | 0.2 | 210 | 0.81 | 0.44 |
| Hex | 16 | 71 | CC | 59 | 2D | 0 | 14 | D2 | 51 | 2C |
| Octal | 26 | 161 | 314 | 131 | 55 | 0 | 24 | 322 | 121 | 54 |
| Binary | 10110 | 1110001 | 11001100 | 1011001 | 101101 | 0 | 10100 | 11010010 | 1010001 | 101100 |
Color Harmonies of #1671CC
Complementary color
Monochromatic Colors of #1671CC
Black with #1671CC
Text Example
Text Example
White with #1671CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1671CC; }
p { color: rgb(22,113,204); }
H1.HeaderClassName
{
color: #1671CC;
}
.AnyTagClassName
{
color: #1671CC;
}
</style>
background-color css
<style>
a { background-color: #1671CC; }
a { background-color: rgb(22,113,204); }
div.DivClassName
{
background-color: #1671CC;
}
.BgClassName
{
background-color: #1671CC;
}
</style>
border-color css
<style>
span { border-color: #1671CC; }
span { border-color: rgb(22,113,204); }
td.TdClassName
{
border-color: #1671CC;
}
.TagClassName
{
border-color: #1671CC;
}
</style>