Shades of Allports #146F7D
Tints of Allports #146F7D
RGB
CMYK
RGB Variations
Color information
#146F7D (or 0x146F7D) is known color: Allports. HEX triplet: 14, 6F and 7D. RGB value is (20,111,125). Sum of RGB (Red+Green+Blue) = 20+111+125=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #146F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F7D is #EB9082. Grayscale: #555555. Windows color (decimal): -15437955 or 8220436. OLE color: 8220436.
HSL color Cylindrical-coordinate representation of color #146F7D: hue angle of 188º 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 #146F7D is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 111 | 125 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.51 |
| HSL | 188º | 0.72% | 0.28% | - |
| HSV(B) | 188º | 0.84% | 0.49% | - |
| XYZ | 9.67 | 13 | 21.4 | - |
| YUV | 85.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 125 | 0.84 | 0.11 | 0 | 0.51 | 188 | 0.72 | 0.28 |
| Hex | 14 | 6F | 7D | 54 | B | 0 | 33 | BC | 48 | 1C |
| Octal | 24 | 157 | 175 | 124 | 13 | 0 | 63 | 274 | 110 | 34 |
| Binary | 10100 | 1101111 | 1111101 | 1010100 | 1011 | 0 | 110011 | 10111100 | 1001000 | 11100 |
Color Harmonies of #146F7D
Complementary color
Monochromatic Colors of #146F7D
Black with #146F7D
Text Example
Text Example
White with #146F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F7D; }
p { color: rgb(20,111,125); }
H1.HeaderClassName
{
color: #146F7D;
}
.AnyTagClassName
{
color: #146F7D;
}
</style>
background-color css
<style>
a { background-color: #146F7D; }
a { background-color: rgb(20,111,125); }
div.DivClassName
{
background-color: #146F7D;
}
.BgClassName
{
background-color: #146F7D;
}
</style>
border-color css
<style>
span { border-color: #146F7D; }
span { border-color: rgb(20,111,125); }
td.TdClassName
{
border-color: #146F7D;
}
.TagClassName
{
border-color: #146F7D;
}
</style>