Shades of Denim #1465CA
Tints of Denim #1465CA
RGB
CMYK
RGB Variations
Color information
#1465CA (or 0x1465CA) is known color: Denim. HEX triplet: 14, 65 and CA. RGB value is (20,101,202). Sum of RGB (Red+Green+Blue) = 20+101+202=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #1465CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1465CA is #EB9A35. Grayscale: #575757. Windows color (decimal): -15440438 or 13264148. OLE color: 13264148.
HSL color Cylindrical-coordinate representation of color #1465CA: hue angle of 213.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1465CA is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 101 | 202 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.21 |
| HSL | 213.3º | 0.82% | 0.44% | - |
| HSV(B) | 213.3º | 0.9% | 0.79% | - |
| XYZ | 15.6 | 13.72 | 57.7 | - |
| YUV | 88.3 | 192.16 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 202 | 0.90 | 0.50 | 0 | 0.21 | 213.3 | 0.82 | 0.44 |
| Hex | 14 | 65 | CA | 5A | 32 | 0 | 15 | D5 | 52 | 2C |
| Octal | 24 | 145 | 312 | 132 | 62 | 0 | 25 | 325 | 122 | 54 |
| Binary | 10100 | 1100101 | 11001010 | 1011010 | 110010 | 0 | 10101 | 11010101 | 1010010 | 101100 |
Color Harmonies of #1465CA
Complementary color
Monochromatic Colors of #1465CA
Black with #1465CA
Text Example
Text Example
White with #1465CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1465CA; }
p { color: rgb(20,101,202); }
H1.HeaderClassName
{
color: #1465CA;
}
.AnyTagClassName
{
color: #1465CA;
}
</style>
background-color css
<style>
a { background-color: #1465CA; }
a { background-color: rgb(20,101,202); }
div.DivClassName
{
background-color: #1465CA;
}
.BgClassName
{
background-color: #1465CA;
}
</style>
border-color css
<style>
span { border-color: #1465CA; }
span { border-color: rgb(20,101,202); }
td.TdClassName
{
border-color: #1465CA;
}
.TagClassName
{
border-color: #1465CA;
}
</style>