Shades of Denim #1C66AD
Tints of Denim #1C66AD
RGB
CMYK
RGB Variations
Color information
#1C66AD (or 0x1C66AD) is known color: Denim. HEX triplet: 1C, 66 and AD. RGB value is (28,102,173). Sum of RGB (Red+Green+Blue) = 28+102+173=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C66AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C66AD is #E39952. Grayscale: #575757. Windows color (decimal): -14915923 or 11363868. OLE color: 11363868.
HSL color Cylindrical-coordinate representation of color #1C66AD: hue angle of 209.38º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C66AD is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 102 | 173 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.32 |
| HSL | 209.38º | 0.72% | 0.39% | - |
| HSV(B) | 209.38º | 0.84% | 0.68% | - |
| XYZ | 12.77 | 12.77 | 41.33 | - |
| YUV | 87.97 | 175.98 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 173 | 0.84 | 0.41 | 0 | 0.32 | 209.38 | 0.72 | 0.39 |
| Hex | 1C | 66 | AD | 54 | 29 | 0 | 20 | D1 | 48 | 27 |
| Octal | 34 | 146 | 255 | 124 | 51 | 0 | 40 | 321 | 110 | 47 |
| Binary | 11100 | 1100110 | 10101101 | 1010100 | 101001 | 0 | 100000 | 11010001 | 1001000 | 100111 |
Color Harmonies of #1C66AD
Complementary color
Monochromatic Colors of #1C66AD
Black with #1C66AD
Text Example
Text Example
White with #1C66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C66AD; }
p { color: rgb(28,102,173); }
H1.HeaderClassName
{
color: #1C66AD;
}
.AnyTagClassName
{
color: #1C66AD;
}
</style>
background-color css
<style>
a { background-color: #1C66AD; }
a { background-color: rgb(28,102,173); }
div.DivClassName
{
background-color: #1C66AD;
}
.BgClassName
{
background-color: #1C66AD;
}
</style>
border-color css
<style>
span { border-color: #1C66AD; }
span { border-color: rgb(28,102,173); }
td.TdClassName
{
border-color: #1C66AD;
}
.TagClassName
{
border-color: #1C66AD;
}
</style>