Shades of Denim #1C68AA
Tints of Denim #1C68AA
RGB
CMYK
RGB Variations
Color information
#1C68AA (or 0x1C68AA) is known color: Denim. HEX triplet: 1C, 68 and AA. RGB value is (28,104,170). Sum of RGB (Red+Green+Blue) = 28+104+170=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C68AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C68AA is #E39755. Grayscale: #585858. Windows color (decimal): -14915414 or 11167772. OLE color: 11167772.
HSL color Cylindrical-coordinate representation of color #1C68AA: hue angle of 207.89º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C68AA is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 104 | 170 | - |
| CMYK | 0.84 | 0.39 | 0 | 0.33 |
| HSL | 207.89º | 0.72% | 0.39% | - |
| HSV(B) | 207.89º | 0.84% | 0.67% | - |
| XYZ | 12.68 | 13.05 | 39.88 | - |
| YUV | 88.8 | 173.82 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 104 | 170 | 0.84 | 0.39 | 0 | 0.33 | 207.89 | 0.72 | 0.39 |
| Hex | 1C | 68 | AA | 54 | 27 | 0 | 21 | D0 | 48 | 27 |
| Octal | 34 | 150 | 252 | 124 | 47 | 0 | 41 | 320 | 110 | 47 |
| Binary | 11100 | 1101000 | 10101010 | 1010100 | 100111 | 0 | 100001 | 11010000 | 1001000 | 100111 |
Color Harmonies of #1C68AA
Complementary color
Monochromatic Colors of #1C68AA
Black with #1C68AA
Text Example
Text Example
White with #1C68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C68AA; }
p { color: rgb(28,104,170); }
H1.HeaderClassName
{
color: #1C68AA;
}
.AnyTagClassName
{
color: #1C68AA;
}
</style>
background-color css
<style>
a { background-color: #1C68AA; }
a { background-color: rgb(28,104,170); }
div.DivClassName
{
background-color: #1C68AA;
}
.BgClassName
{
background-color: #1C68AA;
}
</style>
border-color css
<style>
span { border-color: #1C68AA; }
span { border-color: rgb(28,104,170); }
td.TdClassName
{
border-color: #1C68AA;
}
.TagClassName
{
border-color: #1C68AA;
}
</style>