Shades of Denim #146ACB
Tints of Denim #146ACB
RGB
CMYK
RGB Variations
Color information
#146ACB (or 0x146ACB) is known color: Denim. HEX triplet: 14, 6A and CB. RGB value is (20,106,203). Sum of RGB (Red+Green+Blue) = 20+106+203=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #146ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ACB is #EB9534. Grayscale: #5A5A5A. Windows color (decimal): -15439157 or 13330964. OLE color: 13330964.
HSL color Cylindrical-coordinate representation of color #146ACB: hue angle of 211.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146ACB is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 106 | 203 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.20 |
| HSL | 211.8º | 0.82% | 0.44% | - |
| HSV(B) | 211.8º | 0.9% | 0.8% | - |
| XYZ | 16.22 | 14.77 | 58.5 | - |
| YUV | 91.34 | 191.01 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 203 | 0.90 | 0.48 | 0 | 0.20 | 211.8 | 0.82 | 0.44 |
| Hex | 14 | 6A | CB | 5A | 30 | 0 | 14 | D4 | 52 | 2C |
| Octal | 24 | 152 | 313 | 132 | 60 | 0 | 24 | 324 | 122 | 54 |
| Binary | 10100 | 1101010 | 11001011 | 1011010 | 110000 | 0 | 10100 | 11010100 | 1010010 | 101100 |
Color Harmonies of #146ACB
Complementary color
Monochromatic Colors of #146ACB
Black with #146ACB
Text Example
Text Example
White with #146ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146ACB; }
p { color: rgb(20,106,203); }
H1.HeaderClassName
{
color: #146ACB;
}
.AnyTagClassName
{
color: #146ACB;
}
</style>
background-color css
<style>
a { background-color: #146ACB; }
a { background-color: rgb(20,106,203); }
div.DivClassName
{
background-color: #146ACB;
}
.BgClassName
{
background-color: #146ACB;
}
</style>
border-color css
<style>
span { border-color: #146ACB; }
span { border-color: rgb(20,106,203); }
td.TdClassName
{
border-color: #146ACB;
}
.TagClassName
{
border-color: #146ACB;
}
</style>