Shades of Denim #1468CA
Tints of Denim #1468CA
RGB
CMYK
RGB Variations
Color information
#1468CA (or 0x1468CA) is known color: Denim. HEX triplet: 14, 68 and CA. RGB value is (20,104,202). Sum of RGB (Red+Green+Blue) = 20+104+202=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #1468CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1468CA is #EB9735. Grayscale: #595959. Windows color (decimal): -15439670 or 13264916. OLE color: 13264916.
HSL color Cylindrical-coordinate representation of color #1468CA: hue angle of 212.31º 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 #1468CA is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 104 | 202 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.21 |
| HSL | 212.31º | 0.82% | 0.44% | - |
| HSV(B) | 212.31º | 0.9% | 0.79% | - |
| XYZ | 15.9 | 14.31 | 57.8 | - |
| YUV | 90.06 | 191.17 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 202 | 0.90 | 0.49 | 0 | 0.21 | 212.31 | 0.82 | 0.44 |
| Hex | 14 | 68 | CA | 5A | 31 | 0 | 15 | D4 | 52 | 2C |
| Octal | 24 | 150 | 312 | 132 | 61 | 0 | 25 | 324 | 122 | 54 |
| Binary | 10100 | 1101000 | 11001010 | 1011010 | 110001 | 0 | 10101 | 11010100 | 1010010 | 101100 |
Color Harmonies of #1468CA
Complementary color
Monochromatic Colors of #1468CA
Black with #1468CA
Text Example
Text Example
White with #1468CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1468CA; }
p { color: rgb(20,104,202); }
H1.HeaderClassName
{
color: #1468CA;
}
.AnyTagClassName
{
color: #1468CA;
}
</style>
background-color css
<style>
a { background-color: #1468CA; }
a { background-color: rgb(20,104,202); }
div.DivClassName
{
background-color: #1468CA;
}
.BgClassName
{
background-color: #1468CA;
}
</style>
border-color css
<style>
span { border-color: #1468CA; }
span { border-color: rgb(20,104,202); }
td.TdClassName
{
border-color: #1468CA;
}
.TagClassName
{
border-color: #1468CA;
}
</style>