Shades of Denim #1463CE
Tints of Denim #1463CE
RGB
CMYK
RGB Variations
Color information
#1463CE (or 0x1463CE) is known color: Denim. HEX triplet: 14, 63 and CE. RGB value is (20,99,206). Sum of RGB (Red+Green+Blue) = 20+99+206=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #1463CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1463CE is #EB9C31. Grayscale: #575757. Windows color (decimal): -15440946 or 13525780. OLE color: 13525780.
HSL color Cylindrical-coordinate representation of color #1463CE: hue angle of 214.52º 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 #1463CE is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 99 | 206 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.19 |
| HSL | 214.52º | 0.82% | 0.44% | - |
| HSV(B) | 214.52º | 0.9% | 0.81% | - |
| XYZ | 15.89 | 13.53 | 60.17 | - |
| YUV | 87.58 | 194.83 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 99 | 206 | 0.90 | 0.52 | 0 | 0.19 | 214.52 | 0.82 | 0.44 |
| Hex | 14 | 63 | CE | 5A | 34 | 0 | 13 | D7 | 52 | 2C |
| Octal | 24 | 143 | 316 | 132 | 64 | 0 | 23 | 327 | 122 | 54 |
| Binary | 10100 | 1100011 | 11001110 | 1011010 | 110100 | 0 | 10011 | 11010111 | 1010010 | 101100 |
Color Harmonies of #1463CE
Complementary color
Monochromatic Colors of #1463CE
Black with #1463CE
Text Example
Text Example
White with #1463CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1463CE; }
p { color: rgb(20,99,206); }
H1.HeaderClassName
{
color: #1463CE;
}
.AnyTagClassName
{
color: #1463CE;
}
</style>
background-color css
<style>
a { background-color: #1463CE; }
a { background-color: rgb(20,99,206); }
div.DivClassName
{
background-color: #1463CE;
}
.BgClassName
{
background-color: #1463CE;
}
</style>
border-color css
<style>
span { border-color: #1463CE; }
span { border-color: rgb(20,99,206); }
td.TdClassName
{
border-color: #1463CE;
}
.TagClassName
{
border-color: #1463CE;
}
</style>