Shades of Denim #146FB2
Tints of Denim #146FB2
RGB
CMYK
RGB Variations
Color information
#146FB2 (or 0x146FB2) is known color: Denim. HEX triplet: 14, 6F and B2. RGB value is (20,111,178). Sum of RGB (Red+Green+Blue) = 20+111+178=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #146FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146FB2 is #EB904D. Grayscale: #5B5B5B. Windows color (decimal): -15437902 or 11693844. OLE color: 11693844.
HSL color Cylindrical-coordinate representation of color #146FB2: hue angle of 205.44º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146FB2 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 111 | 178 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.30 |
| HSL | 205.44º | 0.8% | 0.39% | - |
| HSV(B) | 205.44º | 0.89% | 0.7% | - |
| XYZ | 14.01 | 14.73 | 44.22 | - |
| YUV | 91.43 | 176.85 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 178 | 0.89 | 0.38 | 0 | 0.30 | 205.44 | 0.8 | 0.39 |
| Hex | 14 | 6F | B2 | 59 | 26 | 0 | 1E | CD | 50 | 27 |
| Octal | 24 | 157 | 262 | 131 | 46 | 0 | 36 | 315 | 120 | 47 |
| Binary | 10100 | 1101111 | 10110010 | 1011001 | 100110 | 0 | 11110 | 11001101 | 1010000 | 100111 |
Color Harmonies of #146FB2
Complementary color
Monochromatic Colors of #146FB2
Black with #146FB2
Text Example
Text Example
White with #146FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FB2; }
p { color: rgb(20,111,178); }
H1.HeaderClassName
{
color: #146FB2;
}
.AnyTagClassName
{
color: #146FB2;
}
</style>
background-color css
<style>
a { background-color: #146FB2; }
a { background-color: rgb(20,111,178); }
div.DivClassName
{
background-color: #146FB2;
}
.BgClassName
{
background-color: #146FB2;
}
</style>
border-color css
<style>
span { border-color: #146FB2; }
span { border-color: rgb(20,111,178); }
td.TdClassName
{
border-color: #146FB2;
}
.TagClassName
{
border-color: #146FB2;
}
</style>