Shades of Denim #1466CD
Tints of Denim #1466CD
RGB
CMYK
RGB Variations
Color information
#1466CD (or 0x1466CD) is known color: Denim. HEX triplet: 14, 66 and CD. RGB value is (20,102,205). Sum of RGB (Red+Green+Blue) = 20+102+205=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #1466CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466CD is #EB9932. Grayscale: #585858. Windows color (decimal): -15440179 or 13461012. OLE color: 13461012.
HSL color Cylindrical-coordinate representation of color #1466CD: hue angle of 213.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1466CD is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 102 | 205 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.20 |
| HSL | 213.41º | 0.82% | 0.44% | - |
| HSV(B) | 213.41º | 0.9% | 0.8% | - |
| XYZ | 16.06 | 14.06 | 59.62 | - |
| YUV | 89.22 | 193.33 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 205 | 0.90 | 0.50 | 0 | 0.20 | 213.41 | 0.82 | 0.44 |
| Hex | 14 | 66 | CD | 5A | 32 | 0 | 14 | D5 | 52 | 2C |
| Octal | 24 | 146 | 315 | 132 | 62 | 0 | 24 | 325 | 122 | 54 |
| Binary | 10100 | 1100110 | 11001101 | 1011010 | 110010 | 0 | 10100 | 11010101 | 1010010 | 101100 |
Color Harmonies of #1466CD
Complementary color
Monochromatic Colors of #1466CD
Black with #1466CD
Text Example
Text Example
White with #1466CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1466CD; }
p { color: rgb(20,102,205); }
H1.HeaderClassName
{
color: #1466CD;
}
.AnyTagClassName
{
color: #1466CD;
}
</style>
background-color css
<style>
a { background-color: #1466CD; }
a { background-color: rgb(20,102,205); }
div.DivClassName
{
background-color: #1466CD;
}
.BgClassName
{
background-color: #1466CD;
}
</style>
border-color css
<style>
span { border-color: #1466CD; }
span { border-color: rgb(20,102,205); }
td.TdClassName
{
border-color: #1466CD;
}
.TagClassName
{
border-color: #1466CD;
}
</style>