Shades of Denim #1465CE
Tints of Denim #1465CE
RGB
CMYK
RGB Variations
Color information
#1465CE (or 0x1465CE) is known color: Denim. HEX triplet: 14, 65 and CE. RGB value is (20,101,206). Sum of RGB (Red+Green+Blue) = 20+101+206=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #1465CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465CE is #EB9A31. Grayscale: #585858. Windows color (decimal): -15440434 or 13526292. OLE color: 13526292.
HSL color Cylindrical-coordinate representation of color #1465CE: hue angle of 213.87º 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 #1465CE is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 101 | 206 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.19 |
| HSL | 213.87º | 0.82% | 0.44% | - |
| HSV(B) | 213.87º | 0.9% | 0.81% | - |
| XYZ | 16.08 | 13.91 | 60.23 | - |
| YUV | 88.75 | 194.16 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 206 | 0.90 | 0.51 | 0 | 0.19 | 213.87 | 0.82 | 0.44 |
| Hex | 14 | 65 | CE | 5A | 33 | 0 | 13 | D6 | 52 | 2C |
| Octal | 24 | 145 | 316 | 132 | 63 | 0 | 23 | 326 | 122 | 54 |
| Binary | 10100 | 1100101 | 11001110 | 1011010 | 110011 | 0 | 10011 | 11010110 | 1010010 | 101100 |
Color Harmonies of #1465CE
Complementary color
Monochromatic Colors of #1465CE
Black with #1465CE
Text Example
Text Example
White with #1465CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465CE; }
p { color: rgb(20,101,206); }
H1.HeaderClassName
{
color: #1465CE;
}
.AnyTagClassName
{
color: #1465CE;
}
</style>
background-color css
<style>
a { background-color: #1465CE; }
a { background-color: rgb(20,101,206); }
div.DivClassName
{
background-color: #1465CE;
}
.BgClassName
{
background-color: #1465CE;
}
</style>
border-color css
<style>
span { border-color: #1465CE; }
span { border-color: rgb(20,101,206); }
td.TdClassName
{
border-color: #1465CE;
}
.TagClassName
{
border-color: #1465CE;
}
</style>