Shades of Denim #146CCA
Tints of Denim #146CCA
RGB
CMYK
RGB Variations
Color information
#146CCA (or 0x146CCA) is known color: Denim. HEX triplet: 14, 6C and CA. RGB value is (20,108,202). Sum of RGB (Red+Green+Blue) = 20+108+202=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #146CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CCA is #EB9335. Grayscale: #5B5B5B. Windows color (decimal): -15438646 or 13265940. OLE color: 13265940.
HSL color Cylindrical-coordinate representation of color #146CCA: hue angle of 210.99º 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 #146CCA is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 108 | 202 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.21 |
| HSL | 210.99º | 0.82% | 0.44% | - |
| HSV(B) | 210.99º | 0.9% | 0.79% | - |
| XYZ | 16.31 | 15.14 | 57.94 | - |
| YUV | 92.4 | 189.85 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 202 | 0.90 | 0.47 | 0 | 0.21 | 210.99 | 0.82 | 0.44 |
| Hex | 14 | 6C | CA | 5A | 2F | 0 | 15 | D3 | 52 | 2C |
| Octal | 24 | 154 | 312 | 132 | 57 | 0 | 25 | 323 | 122 | 54 |
| Binary | 10100 | 1101100 | 11001010 | 1011010 | 101111 | 0 | 10101 | 11010011 | 1010010 | 101100 |
Color Harmonies of #146CCA
Complementary color
Monochromatic Colors of #146CCA
Black with #146CCA
Text Example
Text Example
White with #146CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146CCA; }
p { color: rgb(20,108,202); }
H1.HeaderClassName
{
color: #146CCA;
}
.AnyTagClassName
{
color: #146CCA;
}
</style>
background-color css
<style>
a { background-color: #146CCA; }
a { background-color: rgb(20,108,202); }
div.DivClassName
{
background-color: #146CCA;
}
.BgClassName
{
background-color: #146CCA;
}
</style>
border-color css
<style>
span { border-color: #146CCA; }
span { border-color: rgb(20,108,202); }
td.TdClassName
{
border-color: #146CCA;
}
.TagClassName
{
border-color: #146CCA;
}
</style>