Shades of Denim #1465CD
Tints of Denim #1465CD
RGB
CMYK
RGB Variations
Color information
#1465CD (or 0x1465CD) is known color: Denim. HEX triplet: 14, 65 and CD. RGB value is (20,101,205). Sum of RGB (Red+Green+Blue) = 20+101+205=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #1465CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465CD is #EB9A32. Grayscale: #585858. Windows color (decimal): -15440435 or 13460756. OLE color: 13460756.
HSL color Cylindrical-coordinate representation of color #1465CD: hue angle of 213.73º 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 #1465CD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 101 | 205 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.20 |
| HSL | 213.73º | 0.82% | 0.44% | - |
| HSV(B) | 213.73º | 0.9% | 0.8% | - |
| XYZ | 15.96 | 13.86 | 59.59 | - |
| YUV | 88.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 205 | 0.90 | 0.51 | 0 | 0.20 | 213.73 | 0.82 | 0.44 |
| Hex | 14 | 65 | CD | 5A | 33 | 0 | 14 | D6 | 52 | 2C |
| Octal | 24 | 145 | 315 | 132 | 63 | 0 | 24 | 326 | 122 | 54 |
| Binary | 10100 | 1100101 | 11001101 | 1011010 | 110011 | 0 | 10100 | 11010110 | 1010010 | 101100 |
Color Harmonies of #1465CD
Complementary color
Monochromatic Colors of #1465CD
Black with #1465CD
Text Example
Text Example
White with #1465CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465CD; }
p { color: rgb(20,101,205); }
H1.HeaderClassName
{
color: #1465CD;
}
.AnyTagClassName
{
color: #1465CD;
}
</style>
background-color css
<style>
a { background-color: #1465CD; }
a { background-color: rgb(20,101,205); }
div.DivClassName
{
background-color: #1465CD;
}
.BgClassName
{
background-color: #1465CD;
}
</style>
border-color css
<style>
span { border-color: #1465CD; }
span { border-color: rgb(20,101,205); }
td.TdClassName
{
border-color: #1465CD;
}
.TagClassName
{
border-color: #1465CD;
}
</style>