Shades of Denim #1462CE
Tints of Denim #1462CE
RGB
CMYK
RGB Variations
Color information
#1462CE (or 0x1462CE) is known color: Denim. HEX triplet: 14, 62 and CE. RGB value is (20,98,206). Sum of RGB (Red+Green+Blue) = 20+98+206=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #1462CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1462CE is #EB9D31. Grayscale: #565656. Windows color (decimal): -15441202 or 13525524. OLE color: 13525524.
HSL color Cylindrical-coordinate representation of color #1462CE: hue angle of 214.84º 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 #1462CE is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 98 | 206 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.19 |
| HSL | 214.84º | 0.82% | 0.44% | - |
| HSV(B) | 214.84º | 0.9% | 0.81% | - |
| XYZ | 15.8 | 13.34 | 60.13 | - |
| YUV | 86.99 | 195.16 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 206 | 0.90 | 0.52 | 0 | 0.19 | 214.84 | 0.82 | 0.44 |
| Hex | 14 | 62 | CE | 5A | 34 | 0 | 13 | D7 | 52 | 2C |
| Octal | 24 | 142 | 316 | 132 | 64 | 0 | 23 | 327 | 122 | 54 |
| Binary | 10100 | 1100010 | 11001110 | 1011010 | 110100 | 0 | 10011 | 11010111 | 1010010 | 101100 |
Color Harmonies of #1462CE
Complementary color
Monochromatic Colors of #1462CE
Black with #1462CE
Text Example
Text Example
White with #1462CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462CE; }
p { color: rgb(20,98,206); }
H1.HeaderClassName
{
color: #1462CE;
}
.AnyTagClassName
{
color: #1462CE;
}
</style>
background-color css
<style>
a { background-color: #1462CE; }
a { background-color: rgb(20,98,206); }
div.DivClassName
{
background-color: #1462CE;
}
.BgClassName
{
background-color: #1462CE;
}
</style>
border-color css
<style>
span { border-color: #1462CE; }
span { border-color: rgb(20,98,206); }
td.TdClassName
{
border-color: #1462CE;
}
.TagClassName
{
border-color: #1462CE;
}
</style>