Shades of Denim #1466AB
Tints of Denim #1466AB
RGB
CMYK
RGB Variations
Color information
#1466AB (or 0x1466AB) is known color: Denim. HEX triplet: 14, 66 and AB. RGB value is (20,102,171). Sum of RGB (Red+Green+Blue) = 20+102+171=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #1466AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1466AB is #EB9954. Grayscale: #545454. Windows color (decimal): -15440213 or 11232788. OLE color: 11232788.
HSL color Cylindrical-coordinate representation of color #1466AB: hue angle of 207.42º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1466AB is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 102 | 171 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.33 |
| HSL | 207.42º | 0.79% | 0.37% | - |
| HSV(B) | 207.42º | 0.88% | 0.67% | - |
| XYZ | 12.39 | 12.59 | 40.31 | - |
| YUV | 85.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 171 | 0.88 | 0.40 | 0 | 0.33 | 207.42 | 0.79 | 0.37 |
| Hex | 14 | 66 | AB | 58 | 28 | 0 | 21 | CF | 4F | 25 |
| Octal | 24 | 146 | 253 | 130 | 50 | 0 | 41 | 317 | 117 | 45 |
| Binary | 10100 | 1100110 | 10101011 | 1011000 | 101000 | 0 | 100001 | 11001111 | 1001111 | 100101 |
Color Harmonies of #1466AB
Complementary color
Monochromatic Colors of #1466AB
Black with #1466AB
Text Example
Text Example
White with #1466AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1466AB; }
p { color: rgb(20,102,171); }
H1.HeaderClassName
{
color: #1466AB;
}
.AnyTagClassName
{
color: #1466AB;
}
</style>
background-color css
<style>
a { background-color: #1466AB; }
a { background-color: rgb(20,102,171); }
div.DivClassName
{
background-color: #1466AB;
}
.BgClassName
{
background-color: #1466AB;
}
</style>
border-color css
<style>
span { border-color: #1466AB; }
span { border-color: rgb(20,102,171); }
td.TdClassName
{
border-color: #1466AB;
}
.TagClassName
{
border-color: #1466AB;
}
</style>