Shades of Denim #1468C1
Tints of Denim #1468C1
RGB
CMYK
RGB Variations
Color information
#1468C1 (or 0x1468C1) is known color: Denim. HEX triplet: 14, 68 and C1. RGB value is (20,104,193). Sum of RGB (Red+Green+Blue) = 20+104+193=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #1468C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1468C1 is #EB973E. Grayscale: #585858. Windows color (decimal): -15439679 or 12675092. OLE color: 12675092.
HSL color Cylindrical-coordinate representation of color #1468C1: hue angle of 210.87º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1468C1 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 104 | 193 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.24 |
| HSL | 210.87º | 0.81% | 0.42% | - |
| HSV(B) | 210.87º | 0.9% | 0.76% | - |
| XYZ | 14.86 | 13.9 | 52.35 | - |
| YUV | 89.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 193 | 0.90 | 0.46 | 0 | 0.24 | 210.87 | 0.81 | 0.42 |
| Hex | 14 | 68 | C1 | 5A | 2E | 0 | 18 | D3 | 51 | 2A |
| Octal | 24 | 150 | 301 | 132 | 56 | 0 | 30 | 323 | 121 | 52 |
| Binary | 10100 | 1101000 | 11000001 | 1011010 | 101110 | 0 | 11000 | 11010011 | 1010001 | 101010 |
Color Harmonies of #1468C1
Complementary color
Monochromatic Colors of #1468C1
Black with #1468C1
Text Example
Text Example
White with #1468C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1468C1; }
p { color: rgb(20,104,193); }
H1.HeaderClassName
{
color: #1468C1;
}
.AnyTagClassName
{
color: #1468C1;
}
</style>
background-color css
<style>
a { background-color: #1468C1; }
a { background-color: rgb(20,104,193); }
div.DivClassName
{
background-color: #1468C1;
}
.BgClassName
{
background-color: #1468C1;
}
</style>
border-color css
<style>
span { border-color: #1468C1; }
span { border-color: rgb(20,104,193); }
td.TdClassName
{
border-color: #1468C1;
}
.TagClassName
{
border-color: #1468C1;
}
</style>