Shades of Denim #1667CC
Tints of Denim #1667CC
RGB
CMYK
RGB Variations
Color information
#1667CC (or 0x1667CC) is known color: Denim. HEX triplet: 16, 67 and CC. RGB value is (22,103,204). Sum of RGB (Red+Green+Blue) = 22+103+204=329 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.69% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #1667CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1667CC is #E99833. Grayscale: #595959. Windows color (decimal): -15308852 or 13395734. OLE color: 13395734.
HSL color Cylindrical-coordinate representation of color #1667CC: hue angle of 213.3º 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 #1667CC is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 103 | 204 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.2 |
| HSL | 213.3º | 0.81% | 0.44% | - |
| HSV(B) | 213.3º | 0.89% | 0.8% | - |
| XYZ | 16.08 | 14.23 | 59.03 | - |
| YUV | 90.3 | 192.16 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 204 | 0.89 | 0.50 | 0 | 0.2 | 213.3 | 0.81 | 0.44 |
| Hex | 16 | 67 | CC | 59 | 32 | 0 | 14 | D5 | 51 | 2C |
| Octal | 26 | 147 | 314 | 131 | 62 | 0 | 24 | 325 | 121 | 54 |
| Binary | 10110 | 1100111 | 11001100 | 1011001 | 110010 | 0 | 10100 | 11010101 | 1010001 | 101100 |
Color Harmonies of #1667CC
Complementary color
Monochromatic Colors of #1667CC
Black with #1667CC
Text Example
Text Example
White with #1667CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667CC; }
p { color: rgb(22,103,204); }
H1.HeaderClassName
{
color: #1667CC;
}
.AnyTagClassName
{
color: #1667CC;
}
</style>
background-color css
<style>
a { background-color: #1667CC; }
a { background-color: rgb(22,103,204); }
div.DivClassName
{
background-color: #1667CC;
}
.BgClassName
{
background-color: #1667CC;
}
</style>
border-color css
<style>
span { border-color: #1667CC; }
span { border-color: rgb(22,103,204); }
td.TdClassName
{
border-color: #1667CC;
}
.TagClassName
{
border-color: #1667CC;
}
</style>