Shades of Allports #146C7C
Tints of Allports #146C7C
RGB
CMYK
RGB Variations
Color information
#146C7C (or 0x146C7C) is known color: Allports. HEX triplet: 14, 6C and 7C. RGB value is (20,108,124). Sum of RGB (Red+Green+Blue) = 20+108+124=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #146C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C7C is #EB9383. Grayscale: #535353. Windows color (decimal): -15438724 or 8154132. OLE color: 8154132.
HSL color Cylindrical-coordinate representation of color #146C7C: hue angle of 189.23º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146C7C is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 108 | 124 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.51 |
| HSL | 189.23º | 0.72% | 0.28% | - |
| HSV(B) | 189.23º | 0.84% | 0.49% | - |
| XYZ | 9.29 | 12.33 | 20.96 | - |
| YUV | 83.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 124 | 0.84 | 0.13 | 0 | 0.51 | 189.23 | 0.72 | 0.28 |
| Hex | 14 | 6C | 7C | 54 | D | 0 | 33 | BD | 48 | 1C |
| Octal | 24 | 154 | 174 | 124 | 15 | 0 | 63 | 275 | 110 | 34 |
| Binary | 10100 | 1101100 | 1111100 | 1010100 | 1101 | 0 | 110011 | 10111101 | 1001000 | 11100 |
Color Harmonies of #146C7C
Complementary color
Monochromatic Colors of #146C7C
Black with #146C7C
Text Example
Text Example
White with #146C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C7C; }
p { color: rgb(20,108,124); }
H1.HeaderClassName
{
color: #146C7C;
}
.AnyTagClassName
{
color: #146C7C;
}
</style>
background-color css
<style>
a { background-color: #146C7C; }
a { background-color: rgb(20,108,124); }
div.DivClassName
{
background-color: #146C7C;
}
.BgClassName
{
background-color: #146C7C;
}
</style>
border-color css
<style>
span { border-color: #146C7C; }
span { border-color: rgb(20,108,124); }
td.TdClassName
{
border-color: #146C7C;
}
.TagClassName
{
border-color: #146C7C;
}
</style>