Shades of Denim #1465CC
Tints of Denim #1465CC
RGB
CMYK
RGB Variations
Color information
#1465CC (or 0x1465CC) is known color: Denim. HEX triplet: 14, 65 and CC. RGB value is (20,101,204). Sum of RGB (Red+Green+Blue) = 20+101+204=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #1465CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465CC is #EB9A33. Grayscale: #585858. Windows color (decimal): -15440436 or 13395220. OLE color: 13395220.
HSL color Cylindrical-coordinate representation of color #1465CC: hue angle of 213.59º 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 #1465CC is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 101 | 204 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.2 |
| HSL | 213.59º | 0.82% | 0.44% | - |
| HSV(B) | 213.59º | 0.9% | 0.8% | - |
| XYZ | 15.84 | 13.82 | 58.96 | - |
| YUV | 88.52 | 193.16 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 204 | 0.90 | 0.50 | 0 | 0.2 | 213.59 | 0.82 | 0.44 |
| Hex | 14 | 65 | CC | 5A | 32 | 0 | 14 | D6 | 52 | 2C |
| Octal | 24 | 145 | 314 | 132 | 62 | 0 | 24 | 326 | 122 | 54 |
| Binary | 10100 | 1100101 | 11001100 | 1011010 | 110010 | 0 | 10100 | 11010110 | 1010010 | 101100 |
Color Harmonies of #1465CC
Complementary color
Monochromatic Colors of #1465CC
Black with #1465CC
Text Example
Text Example
White with #1465CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465CC; }
p { color: rgb(20,101,204); }
H1.HeaderClassName
{
color: #1465CC;
}
.AnyTagClassName
{
color: #1465CC;
}
</style>
background-color css
<style>
a { background-color: #1465CC; }
a { background-color: rgb(20,101,204); }
div.DivClassName
{
background-color: #1465CC;
}
.BgClassName
{
background-color: #1465CC;
}
</style>
border-color css
<style>
span { border-color: #1465CC; }
span { border-color: rgb(20,101,204); }
td.TdClassName
{
border-color: #1465CC;
}
.TagClassName
{
border-color: #1465CC;
}
</style>