Shades of Denim #146FC5
Tints of Denim #146FC5
RGB
CMYK
RGB Variations
Color information
#146FC5 (or 0x146FC5) is known color: Denim. HEX triplet: 14, 6F and C5. RGB value is (20,111,197). Sum of RGB (Red+Green+Blue) = 20+111+197=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #146FC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FC5 is #EB903A. Grayscale: #5D5D5D. Windows color (decimal): -15437883 or 12939028. OLE color: 12939028.
HSL color Cylindrical-coordinate representation of color #146FC5: hue angle of 209.15º 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 #146FC5 is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 111 | 197 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.23 |
| HSL | 209.15º | 0.82% | 0.43% | - |
| HSV(B) | 209.15º | 0.9% | 0.77% | - |
| XYZ | 16.05 | 15.55 | 54.98 | - |
| YUV | 93.6 | 186.35 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 197 | 0.90 | 0.44 | 0 | 0.23 | 209.15 | 0.82 | 0.43 |
| Hex | 14 | 6F | C5 | 5A | 2C | 0 | 17 | D1 | 52 | 2B |
| Octal | 24 | 157 | 305 | 132 | 54 | 0 | 27 | 321 | 122 | 53 |
| Binary | 10100 | 1101111 | 11000101 | 1011010 | 101100 | 0 | 10111 | 11010001 | 1010010 | 101011 |
Color Harmonies of #146FC5
Complementary color
Monochromatic Colors of #146FC5
Black with #146FC5
Text Example
Text Example
White with #146FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FC5; }
p { color: rgb(20,111,197); }
H1.HeaderClassName
{
color: #146FC5;
}
.AnyTagClassName
{
color: #146FC5;
}
</style>
background-color css
<style>
a { background-color: #146FC5; }
a { background-color: rgb(20,111,197); }
div.DivClassName
{
background-color: #146FC5;
}
.BgClassName
{
background-color: #146FC5;
}
</style>
border-color css
<style>
span { border-color: #146FC5; }
span { border-color: rgb(20,111,197); }
td.TdClassName
{
border-color: #146FC5;
}
.TagClassName
{
border-color: #146FC5;
}
</style>