Shades of Denim #1465AE
Tints of Denim #1465AE
RGB
CMYK
RGB Variations
Color information
#1465AE (or 0x1465AE) is known color: Denim. HEX triplet: 14, 65 and AE. RGB value is (20,101,174). Sum of RGB (Red+Green+Blue) = 20+101+174=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1465AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1465AE is #EB9A51. Grayscale: #545454. Windows color (decimal): -15440466 or 11429140. OLE color: 11429140.
HSL color Cylindrical-coordinate representation of color #1465AE: hue angle of 208.44º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1465AE is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 101 | 174 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.32 |
| HSL | 208.44º | 0.79% | 0.38% | - |
| HSV(B) | 208.44º | 0.89% | 0.68% | - |
| XYZ | 12.58 | 12.51 | 41.8 | - |
| YUV | 85.1 | 178.16 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 174 | 0.89 | 0.42 | 0 | 0.32 | 208.44 | 0.79 | 0.38 |
| Hex | 14 | 65 | AE | 59 | 2A | 0 | 20 | D0 | 4F | 26 |
| Octal | 24 | 145 | 256 | 131 | 52 | 0 | 40 | 320 | 117 | 46 |
| Binary | 10100 | 1100101 | 10101110 | 1011001 | 101010 | 0 | 100000 | 11010000 | 1001111 | 100110 |
Color Harmonies of #1465AE
Complementary color
Monochromatic Colors of #1465AE
Black with #1465AE
Text Example
Text Example
White with #1465AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465AE; }
p { color: rgb(20,101,174); }
H1.HeaderClassName
{
color: #1465AE;
}
.AnyTagClassName
{
color: #1465AE;
}
</style>
background-color css
<style>
a { background-color: #1465AE; }
a { background-color: rgb(20,101,174); }
div.DivClassName
{
background-color: #1465AE;
}
.BgClassName
{
background-color: #1465AE;
}
</style>
border-color css
<style>
span { border-color: #1465AE; }
span { border-color: rgb(20,101,174); }
td.TdClassName
{
border-color: #1465AE;
}
.TagClassName
{
border-color: #1465AE;
}
</style>