Shades of Denim #1463CA
Tints of Denim #1463CA
RGB
CMYK
RGB Variations
Color information
#1463CA (or 0x1463CA) is known color: Denim. HEX triplet: 14, 63 and CA. RGB value is (20,99,202). Sum of RGB (Red+Green+Blue) = 20+99+202=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #1463CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1463CA is #EB9C35. Grayscale: #565656. Windows color (decimal): -15440950 or 13263636. OLE color: 13263636.
HSL color Cylindrical-coordinate representation of color #1463CA: hue angle of 213.96º 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 #1463CA is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 99 | 202 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.21 |
| HSL | 213.96º | 0.82% | 0.44% | - |
| HSV(B) | 213.96º | 0.9% | 0.79% | - |
| XYZ | 15.41 | 13.34 | 57.64 | - |
| YUV | 87.12 | 192.83 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 202 | 0.90 | 0.51 | 0 | 0.21 | 213.96 | 0.82 | 0.44 |
| Hex | 14 | 63 | CA | 5A | 33 | 0 | 15 | D6 | 52 | 2C |
| Octal | 24 | 143 | 312 | 132 | 63 | 0 | 25 | 326 | 122 | 54 |
| Binary | 10100 | 1100011 | 11001010 | 1011010 | 110011 | 0 | 10101 | 11010110 | 1010010 | 101100 |
Color Harmonies of #1463CA
Complementary color
Monochromatic Colors of #1463CA
Black with #1463CA
Text Example
Text Example
White with #1463CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463CA; }
p { color: rgb(20,99,202); }
H1.HeaderClassName
{
color: #1463CA;
}
.AnyTagClassName
{
color: #1463CA;
}
</style>
background-color css
<style>
a { background-color: #1463CA; }
a { background-color: rgb(20,99,202); }
div.DivClassName
{
background-color: #1463CA;
}
.BgClassName
{
background-color: #1463CA;
}
</style>
border-color css
<style>
span { border-color: #1463CA; }
span { border-color: rgb(20,99,202); }
td.TdClassName
{
border-color: #1463CA;
}
.TagClassName
{
border-color: #1463CA;
}
</style>