Shades of Denim #146FCB
Tints of Denim #146FCB
RGB
CMYK
RGB Variations
Color information
#146FCB (or 0x146FCB) is known color: Denim. HEX triplet: 14, 6F and CB. RGB value is (20,111,203). Sum of RGB (Red+Green+Blue) = 20+111+203=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #146FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146FCB is #EB9034. Grayscale: #5D5D5D. Windows color (decimal): -15437877 or 13332244. OLE color: 13332244.
HSL color Cylindrical-coordinate representation of color #146FCB: hue angle of 210.16º 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 #146FCB is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 111 | 203 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.20 |
| HSL | 210.16º | 0.82% | 0.44% | - |
| HSV(B) | 210.16º | 0.9% | 0.8% | - |
| XYZ | 16.75 | 15.83 | 58.67 | - |
| YUV | 94.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 203 | 0.90 | 0.45 | 0 | 0.20 | 210.16 | 0.82 | 0.44 |
| Hex | 14 | 6F | CB | 5A | 2D | 0 | 14 | D2 | 52 | 2C |
| Octal | 24 | 157 | 313 | 132 | 55 | 0 | 24 | 322 | 122 | 54 |
| Binary | 10100 | 1101111 | 11001011 | 1011010 | 101101 | 0 | 10100 | 11010010 | 1010010 | 101100 |
Color Harmonies of #146FCB
Complementary color
Monochromatic Colors of #146FCB
Black with #146FCB
Text Example
Text Example
White with #146FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146FCB; }
p { color: rgb(20,111,203); }
H1.HeaderClassName
{
color: #146FCB;
}
.AnyTagClassName
{
color: #146FCB;
}
</style>
background-color css
<style>
a { background-color: #146FCB; }
a { background-color: rgb(20,111,203); }
div.DivClassName
{
background-color: #146FCB;
}
.BgClassName
{
background-color: #146FCB;
}
</style>
border-color css
<style>
span { border-color: #146FCB; }
span { border-color: rgb(20,111,203); }
td.TdClassName
{
border-color: #146FCB;
}
.TagClassName
{
border-color: #146FCB;
}
</style>