Shades of Denim #1966AD
Tints of Denim #1966AD
RGB
CMYK
RGB Variations
Color information
#1966AD (or 0x1966AD) is known color: Denim. HEX triplet: 19, 66 and AD. RGB value is (25,102,173). Sum of RGB (Red+Green+Blue) = 25+102+173=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #1966AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1966AD is #E69952. Grayscale: #565656. Windows color (decimal): -15112531 or 11363865. OLE color: 11363865.
HSL color Cylindrical-coordinate representation of color #1966AD: hue angle of 208.78º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1966AD is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 102 | 173 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.32 |
| HSL | 208.78º | 0.75% | 0.39% | - |
| HSV(B) | 208.78º | 0.86% | 0.68% | - |
| XYZ | 12.7 | 12.73 | 41.32 | - |
| YUV | 87.07 | 176.49 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 173 | 0.86 | 0.41 | 0 | 0.32 | 208.78 | 0.75 | 0.39 |
| Hex | 19 | 66 | AD | 56 | 29 | 0 | 20 | D1 | 4B | 27 |
| Octal | 31 | 146 | 255 | 126 | 51 | 0 | 40 | 321 | 113 | 47 |
| Binary | 11001 | 1100110 | 10101101 | 1010110 | 101001 | 0 | 100000 | 11010001 | 1001011 | 100111 |
Color Harmonies of #1966AD
Complementary color
Monochromatic Colors of #1966AD
Black with #1966AD
Text Example
Text Example
White with #1966AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966AD; }
p { color: rgb(25,102,173); }
H1.HeaderClassName
{
color: #1966AD;
}
.AnyTagClassName
{
color: #1966AD;
}
</style>
background-color css
<style>
a { background-color: #1966AD; }
a { background-color: rgb(25,102,173); }
div.DivClassName
{
background-color: #1966AD;
}
.BgClassName
{
background-color: #1966AD;
}
</style>
border-color css
<style>
span { border-color: #1966AD; }
span { border-color: rgb(25,102,173); }
td.TdClassName
{
border-color: #1966AD;
}
.TagClassName
{
border-color: #1966AD;
}
</style>