Shades of Denim #1466CE
Tints of Denim #1466CE
RGB
CMYK
RGB Variations
Color information
#1466CE (or 0x1466CE) is known color: Denim. HEX triplet: 14, 66 and CE. RGB value is (20,102,206). Sum of RGB (Red+Green+Blue) = 20+102+206=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #1466CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466CE is #EB9931. Grayscale: #585858. Windows color (decimal): -15440178 or 13526548. OLE color: 13526548.
HSL color Cylindrical-coordinate representation of color #1466CE: hue angle of 213.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1466CE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 102 | 206 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.19 |
| HSL | 213.55º | 0.82% | 0.44% | - |
| HSV(B) | 213.55º | 0.9% | 0.81% | - |
| XYZ | 16.18 | 14.11 | 60.26 | - |
| YUV | 89.34 | 193.83 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 206 | 0.90 | 0.50 | 0 | 0.19 | 213.55 | 0.82 | 0.44 |
| Hex | 14 | 66 | CE | 5A | 32 | 0 | 13 | D6 | 52 | 2C |
| Octal | 24 | 146 | 316 | 132 | 62 | 0 | 23 | 326 | 122 | 54 |
| Binary | 10100 | 1100110 | 11001110 | 1011010 | 110010 | 0 | 10011 | 11010110 | 1010010 | 101100 |
Color Harmonies of #1466CE
Complementary color
Monochromatic Colors of #1466CE
Black with #1466CE
Text Example
Text Example
White with #1466CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1466CE; }
p { color: rgb(20,102,206); }
H1.HeaderClassName
{
color: #1466CE;
}
.AnyTagClassName
{
color: #1466CE;
}
</style>
background-color css
<style>
a { background-color: #1466CE; }
a { background-color: rgb(20,102,206); }
div.DivClassName
{
background-color: #1466CE;
}
.BgClassName
{
background-color: #1466CE;
}
</style>
border-color css
<style>
span { border-color: #1466CE; }
span { border-color: rgb(20,102,206); }
td.TdClassName
{
border-color: #1466CE;
}
.TagClassName
{
border-color: #1466CE;
}
</style>