Shades of Denim #1966AB
Tints of Denim #1966AB
RGB
CMYK
RGB Variations
Color information
#1966AB (or 0x1966AB) is known color: Denim. HEX triplet: 19, 66 and AB. RGB value is (25,102,171). Sum of RGB (Red+Green+Blue) = 25+102+171=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #1966AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1966AB is #E69954. Grayscale: #565656. Windows color (decimal): -15112533 or 11232793. OLE color: 11232793.
HSL color Cylindrical-coordinate representation of color #1966AB: hue angle of 208.36º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1966AB is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 102 | 171 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.33 |
| HSL | 208.36º | 0.74% | 0.38% | - |
| HSV(B) | 208.36º | 0.85% | 0.67% | - |
| XYZ | 12.5 | 12.65 | 40.31 | - |
| YUV | 86.84 | 175.49 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 171 | 0.85 | 0.40 | 0 | 0.33 | 208.36 | 0.74 | 0.38 |
| Hex | 19 | 66 | AB | 55 | 28 | 0 | 21 | D0 | 4A | 26 |
| Octal | 31 | 146 | 253 | 125 | 50 | 0 | 41 | 320 | 112 | 46 |
| Binary | 11001 | 1100110 | 10101011 | 1010101 | 101000 | 0 | 100001 | 11010000 | 1001010 | 100110 |
Color Harmonies of #1966AB
Complementary color
Monochromatic Colors of #1966AB
Black with #1966AB
Text Example
Text Example
White with #1966AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966AB; }
p { color: rgb(25,102,171); }
H1.HeaderClassName
{
color: #1966AB;
}
.AnyTagClassName
{
color: #1966AB;
}
</style>
background-color css
<style>
a { background-color: #1966AB; }
a { background-color: rgb(25,102,171); }
div.DivClassName
{
background-color: #1966AB;
}
.BgClassName
{
background-color: #1966AB;
}
</style>
border-color css
<style>
span { border-color: #1966AB; }
span { border-color: rgb(25,102,171); }
td.TdClassName
{
border-color: #1966AB;
}
.TagClassName
{
border-color: #1966AB;
}
</style>