Shades of Denim #1466AD
Tints of Denim #1466AD
RGB
CMYK
RGB Variations
Color information
#1466AD (or 0x1466AD) is known color: Denim. HEX triplet: 14, 66 and AD. RGB value is (20,102,173). Sum of RGB (Red+Green+Blue) = 20+102+173=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #1466AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1466AD is #EB9952. Grayscale: #555555. Windows color (decimal): -15440211 or 11363860. OLE color: 11363860.
HSL color Cylindrical-coordinate representation of color #1466AD: hue angle of 207.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1466AD is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 102 | 173 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.32 |
| HSL | 207.84º | 0.79% | 0.38% | - |
| HSV(B) | 207.84º | 0.88% | 0.68% | - |
| XYZ | 12.58 | 12.67 | 41.32 | - |
| YUV | 85.58 | 177.33 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 173 | 0.88 | 0.41 | 0 | 0.32 | 207.84 | 0.79 | 0.38 |
| Hex | 14 | 66 | AD | 58 | 29 | 0 | 20 | D0 | 4F | 26 |
| Octal | 24 | 146 | 255 | 130 | 51 | 0 | 40 | 320 | 117 | 46 |
| Binary | 10100 | 1100110 | 10101101 | 1011000 | 101001 | 0 | 100000 | 11010000 | 1001111 | 100110 |
Color Harmonies of #1466AD
Complementary color
Monochromatic Colors of #1466AD
Black with #1466AD
Text Example
Text Example
White with #1466AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1466AD; }
p { color: rgb(20,102,173); }
H1.HeaderClassName
{
color: #1466AD;
}
.AnyTagClassName
{
color: #1466AD;
}
</style>
background-color css
<style>
a { background-color: #1466AD; }
a { background-color: rgb(20,102,173); }
div.DivClassName
{
background-color: #1466AD;
}
.BgClassName
{
background-color: #1466AD;
}
</style>
border-color css
<style>
span { border-color: #1466AD; }
span { border-color: rgb(20,102,173); }
td.TdClassName
{
border-color: #1466AD;
}
.TagClassName
{
border-color: #1466AD;
}
</style>