Shades of Denim #1468CC
Tints of Denim #1468CC
RGB
CMYK
RGB Variations
Color information
#1468CC (or 0x1468CC) is known color: Denim. HEX triplet: 14, 68 and CC. RGB value is (20,104,204). Sum of RGB (Red+Green+Blue) = 20+104+204=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 204 (80.08% from 255 or 62.20% from 328); Max value from RGB is 204 - color contains mainly: blue. Hex color #1468CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1468CC is #EB9733. Grayscale: #595959. Windows color (decimal): -15439668 or 13395988. OLE color: 13395988.
HSL color Cylindrical-coordinate representation of color #1468CC: hue angle of 212.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1468CC is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 104 | 204 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.2 |
| HSL | 212.61º | 0.82% | 0.44% | - |
| HSV(B) | 212.61º | 0.9% | 0.8% | - |
| XYZ | 16.14 | 14.41 | 59.06 | - |
| YUV | 90.28 | 192.17 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 204 | 0.90 | 0.49 | 0 | 0.2 | 212.61 | 0.82 | 0.44 |
| Hex | 14 | 68 | CC | 5A | 31 | 0 | 14 | D5 | 52 | 2C |
| Octal | 24 | 150 | 314 | 132 | 61 | 0 | 24 | 325 | 122 | 54 |
| Binary | 10100 | 1101000 | 11001100 | 1011010 | 110001 | 0 | 10100 | 11010101 | 1010010 | 101100 |
Color Harmonies of #1468CC
Complementary color
Monochromatic Colors of #1468CC
Black with #1468CC
Text Example
Text Example
White with #1468CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1468CC; }
p { color: rgb(20,104,204); }
H1.HeaderClassName
{
color: #1468CC;
}
.AnyTagClassName
{
color: #1468CC;
}
</style>
background-color css
<style>
a { background-color: #1468CC; }
a { background-color: rgb(20,104,204); }
div.DivClassName
{
background-color: #1468CC;
}
.BgClassName
{
background-color: #1468CC;
}
</style>
border-color css
<style>
span { border-color: #1468CC; }
span { border-color: rgb(20,104,204); }
td.TdClassName
{
border-color: #1468CC;
}
.TagClassName
{
border-color: #1468CC;
}
</style>