Shades of Denim #146AC8
Tints of Denim #146AC8
RGB
CMYK
RGB Variations
Color information
#146AC8 (or 0x146AC8) is known color: Denim. HEX triplet: 14, 6A and C8. RGB value is (20,106,200). Sum of RGB (Red+Green+Blue) = 20+106+200=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #146AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146AC8 is #EB9537. Grayscale: #5A5A5A. Windows color (decimal): -15439160 or 13134356. OLE color: 13134356.
HSL color Cylindrical-coordinate representation of color #146AC8: hue angle of 211.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146AC8 is Cyan = 0.9, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 106 | 200 | - |
| CMYK | 0.9 | 0.47 | 0 | 0.22 |
| HSL | 211.33º | 0.82% | 0.43% | - |
| HSV(B) | 211.33º | 0.9% | 0.78% | - |
| XYZ | 15.87 | 14.63 | 56.63 | - |
| YUV | 91 | 189.51 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 200 | 0.9 | 0.47 | 0 | 0.22 | 211.33 | 0.82 | 0.43 |
| Hex | 14 | 6A | C8 | 5A | 2F | 0 | 16 | D3 | 52 | 2B |
| Octal | 24 | 152 | 310 | 132 | 57 | 0 | 26 | 323 | 122 | 53 |
| Binary | 10100 | 1101010 | 11001000 | 1011010 | 101111 | 0 | 10110 | 11010011 | 1010010 | 101011 |
Color Harmonies of #146AC8
Complementary color
Monochromatic Colors of #146AC8
Black with #146AC8
Text Example
Text Example
White with #146AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146AC8; }
p { color: rgb(20,106,200); }
H1.HeaderClassName
{
color: #146AC8;
}
.AnyTagClassName
{
color: #146AC8;
}
</style>
background-color css
<style>
a { background-color: #146AC8; }
a { background-color: rgb(20,106,200); }
div.DivClassName
{
background-color: #146AC8;
}
.BgClassName
{
background-color: #146AC8;
}
</style>
border-color css
<style>
span { border-color: #146AC8; }
span { border-color: rgb(20,106,200); }
td.TdClassName
{
border-color: #146AC8;
}
.TagClassName
{
border-color: #146AC8;
}
</style>