Shades of Denim #146DB5
Tints of Denim #146DB5
RGB
CMYK
RGB Variations
Color information
#146DB5 (or 0x146DB5) is known color: Denim. HEX triplet: 14, 6D and B5. RGB value is (20,109,181). Sum of RGB (Red+Green+Blue) = 20+109+181=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #146DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DB5 is #EB924A. Grayscale: #5A5A5A. Windows color (decimal): -15438411 or 11889940. OLE color: 11889940.
HSL color Cylindrical-coordinate representation of color #146DB5: hue angle of 206.83º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146DB5 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 109 | 181 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.29 |
| HSL | 206.83º | 0.8% | 0.39% | - |
| HSV(B) | 206.83º | 0.89% | 0.71% | - |
| XYZ | 14.1 | 14.42 | 45.76 | - |
| YUV | 90.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 109 | 181 | 0.89 | 0.40 | 0 | 0.29 | 206.83 | 0.8 | 0.39 |
| Hex | 14 | 6D | B5 | 59 | 28 | 0 | 1D | CF | 50 | 27 |
| Octal | 24 | 155 | 265 | 131 | 50 | 0 | 35 | 317 | 120 | 47 |
| Binary | 10100 | 1101101 | 10110101 | 1011001 | 101000 | 0 | 11101 | 11001111 | 1010000 | 100111 |
Color Harmonies of #146DB5
Complementary color
Monochromatic Colors of #146DB5
Black with #146DB5
Text Example
Text Example
White with #146DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146DB5; }
p { color: rgb(20,109,181); }
H1.HeaderClassName
{
color: #146DB5;
}
.AnyTagClassName
{
color: #146DB5;
}
</style>
background-color css
<style>
a { background-color: #146DB5; }
a { background-color: rgb(20,109,181); }
div.DivClassName
{
background-color: #146DB5;
}
.BgClassName
{
background-color: #146DB5;
}
</style>
border-color css
<style>
span { border-color: #146DB5; }
span { border-color: rgb(20,109,181); }
td.TdClassName
{
border-color: #146DB5;
}
.TagClassName
{
border-color: #146DB5;
}
</style>