Shades of Denim #1468CE
Tints of Denim #1468CE
RGB
CMYK
RGB Variations
Color information
#1468CE (or 0x1468CE) is known color: Denim. HEX triplet: 14, 68 and CE. RGB value is (20,104,206). Sum of RGB (Red+Green+Blue) = 20+104+206=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #1468CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1468CE is #EB9731. Grayscale: #5A5A5A. Windows color (decimal): -15439666 or 13527060. OLE color: 13527060.
HSL color Cylindrical-coordinate representation of color #1468CE: hue angle of 212.9º 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 #1468CE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 104 | 206 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.19 |
| HSL | 212.9º | 0.82% | 0.44% | - |
| HSV(B) | 212.9º | 0.9% | 0.81% | - |
| XYZ | 16.38 | 14.51 | 60.33 | - |
| YUV | 90.51 | 193.17 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 206 | 0.90 | 0.50 | 0 | 0.19 | 212.9 | 0.82 | 0.44 |
| Hex | 14 | 68 | CE | 5A | 32 | 0 | 13 | D5 | 52 | 2C |
| Octal | 24 | 150 | 316 | 132 | 62 | 0 | 23 | 325 | 122 | 54 |
| Binary | 10100 | 1101000 | 11001110 | 1011010 | 110010 | 0 | 10011 | 11010101 | 1010010 | 101100 |
Color Harmonies of #1468CE
Complementary color
Monochromatic Colors of #1468CE
Black with #1468CE
Text Example
Text Example
White with #1468CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1468CE; }
p { color: rgb(20,104,206); }
H1.HeaderClassName
{
color: #1468CE;
}
.AnyTagClassName
{
color: #1468CE;
}
</style>
background-color css
<style>
a { background-color: #1468CE; }
a { background-color: rgb(20,104,206); }
div.DivClassName
{
background-color: #1468CE;
}
.BgClassName
{
background-color: #1468CE;
}
</style>
border-color css
<style>
span { border-color: #1468CE; }
span { border-color: rgb(20,104,206); }
td.TdClassName
{
border-color: #1468CE;
}
.TagClassName
{
border-color: #1468CE;
}
</style>