Shades of Denim #146BCC
Tints of Denim #146BCC
RGB
CMYK
RGB Variations
Color information
#146BCC (or 0x146BCC) is known color: Denim. HEX triplet: 14, 6B and CC. RGB value is (20,107,204). Sum of RGB (Red+Green+Blue) = 20+107+204=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #146BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146BCC is #EB9433. Grayscale: #5B5B5B. Windows color (decimal): -15438900 or 13396756. OLE color: 13396756.
HSL color Cylindrical-coordinate representation of color #146BCC: hue angle of 211.63º 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 #146BCC is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 107 | 204 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.2 |
| HSL | 211.63º | 0.82% | 0.44% | - |
| HSV(B) | 211.63º | 0.9% | 0.8% | - |
| XYZ | 16.45 | 15.02 | 59.16 | - |
| YUV | 92.05 | 191.18 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 107 | 204 | 0.90 | 0.48 | 0 | 0.2 | 211.63 | 0.82 | 0.44 |
| Hex | 14 | 6B | CC | 5A | 30 | 0 | 14 | D4 | 52 | 2C |
| Octal | 24 | 153 | 314 | 132 | 60 | 0 | 24 | 324 | 122 | 54 |
| Binary | 10100 | 1101011 | 11001100 | 1011010 | 110000 | 0 | 10100 | 11010100 | 1010010 | 101100 |
Color Harmonies of #146BCC
Complementary color
Monochromatic Colors of #146BCC
Black with #146BCC
Text Example
Text Example
White with #146BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146BCC; }
p { color: rgb(20,107,204); }
H1.HeaderClassName
{
color: #146BCC;
}
.AnyTagClassName
{
color: #146BCC;
}
</style>
background-color css
<style>
a { background-color: #146BCC; }
a { background-color: rgb(20,107,204); }
div.DivClassName
{
background-color: #146BCC;
}
.BgClassName
{
background-color: #146BCC;
}
</style>
border-color css
<style>
span { border-color: #146BCC; }
span { border-color: rgb(20,107,204); }
td.TdClassName
{
border-color: #146BCC;
}
.TagClassName
{
border-color: #146BCC;
}
</style>