Shades of Denim #146AC5
Tints of Denim #146AC5
RGB
CMYK
RGB Variations
Color information
#146AC5 (or 0x146AC5) is known color: Denim. HEX triplet: 14, 6A and C5. RGB value is (20,106,197). Sum of RGB (Red+Green+Blue) = 20+106+197=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 197 (77.34% from 255 or 60.99% from 323); Max value from RGB is 197 - color contains mainly: blue. Hex color #146AC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146AC5 is #EB953A. Grayscale: #5A5A5A. Windows color (decimal): -15439163 or 12937748. OLE color: 12937748.
HSL color Cylindrical-coordinate representation of color #146AC5: hue angle of 210.85º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146AC5 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 106 | 197 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.23 |
| HSL | 210.85º | 0.82% | 0.43% | - |
| HSV(B) | 210.85º | 0.9% | 0.77% | - |
| XYZ | 15.52 | 14.49 | 54.8 | - |
| YUV | 90.66 | 188.01 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 197 | 0.90 | 0.46 | 0 | 0.23 | 210.85 | 0.82 | 0.43 |
| Hex | 14 | 6A | C5 | 5A | 2E | 0 | 17 | D3 | 52 | 2B |
| Octal | 24 | 152 | 305 | 132 | 56 | 0 | 27 | 323 | 122 | 53 |
| Binary | 10100 | 1101010 | 11000101 | 1011010 | 101110 | 0 | 10111 | 11010011 | 1010010 | 101011 |
Color Harmonies of #146AC5
Complementary color
Monochromatic Colors of #146AC5
Black with #146AC5
Text Example
Text Example
White with #146AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AC5; }
p { color: rgb(20,106,197); }
H1.HeaderClassName
{
color: #146AC5;
}
.AnyTagClassName
{
color: #146AC5;
}
</style>
background-color css
<style>
a { background-color: #146AC5; }
a { background-color: rgb(20,106,197); }
div.DivClassName
{
background-color: #146AC5;
}
.BgClassName
{
background-color: #146AC5;
}
</style>
border-color css
<style>
span { border-color: #146AC5; }
span { border-color: rgb(20,106,197); }
td.TdClassName
{
border-color: #146AC5;
}
.TagClassName
{
border-color: #146AC5;
}
</style>