Shades of Denim #146ECC
Tints of Denim #146ECC
RGB
CMYK
RGB Variations
Color information
#146ECC (or 0x146ECC) is known color: Denim. HEX triplet: 14, 6E and CC. RGB value is (20,110,204). Sum of RGB (Red+Green+Blue) = 20+110+204=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #146ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ECC is #EB9133. Grayscale: #5D5D5D. Windows color (decimal): -15438132 or 13397524. OLE color: 13397524.
HSL color Cylindrical-coordinate representation of color #146ECC: hue angle of 210.65º 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 #146ECC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 110 | 204 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.2 |
| HSL | 210.65º | 0.82% | 0.44% | - |
| HSV(B) | 210.65º | 0.9% | 0.8% | - |
| XYZ | 16.76 | 15.66 | 59.27 | - |
| YUV | 93.81 | 190.18 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 204 | 0.90 | 0.46 | 0 | 0.2 | 210.65 | 0.82 | 0.44 |
| Hex | 14 | 6E | CC | 5A | 2E | 0 | 14 | D3 | 52 | 2C |
| Octal | 24 | 156 | 314 | 132 | 56 | 0 | 24 | 323 | 122 | 54 |
| Binary | 10100 | 1101110 | 11001100 | 1011010 | 101110 | 0 | 10100 | 11010011 | 1010010 | 101100 |
Color Harmonies of #146ECC
Complementary color
Monochromatic Colors of #146ECC
Black with #146ECC
Text Example
Text Example
White with #146ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146ECC; }
p { color: rgb(20,110,204); }
H1.HeaderClassName
{
color: #146ECC;
}
.AnyTagClassName
{
color: #146ECC;
}
</style>
background-color css
<style>
a { background-color: #146ECC; }
a { background-color: rgb(20,110,204); }
div.DivClassName
{
background-color: #146ECC;
}
.BgClassName
{
background-color: #146ECC;
}
</style>
border-color css
<style>
span { border-color: #146ECC; }
span { border-color: rgb(20,110,204); }
td.TdClassName
{
border-color: #146ECC;
}
.TagClassName
{
border-color: #146ECC;
}
</style>