Shades of Allports #146F7B
Tints of Allports #146F7B
RGB
CMYK
RGB Variations
Color information
#146F7B (or 0x146F7B) is known color: Allports. HEX triplet: 14, 6F and 7B. RGB value is (20,111,123). Sum of RGB (Red+Green+Blue) = 20+111+123=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #146F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F7B is #EB9084. Grayscale: #555555. Windows color (decimal): -15437957 or 8089364. OLE color: 8089364.
HSL color Cylindrical-coordinate representation of color #146F7B: hue angle of 186.99º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146F7B is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 111 | 123 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.52 |
| HSL | 186.99º | 0.72% | 0.28% | - |
| HSV(B) | 186.99º | 0.84% | 0.48% | - |
| XYZ | 9.55 | 12.95 | 20.73 | - |
| YUV | 85.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 123 | 0.84 | 0.10 | 0 | 0.52 | 186.99 | 0.72 | 0.28 |
| Hex | 14 | 6F | 7B | 54 | A | 0 | 34 | BB | 48 | 1C |
| Octal | 24 | 157 | 173 | 124 | 12 | 0 | 64 | 273 | 110 | 34 |
| Binary | 10100 | 1101111 | 1111011 | 1010100 | 1010 | 0 | 110100 | 10111011 | 1001000 | 11100 |
Color Harmonies of #146F7B
Complementary color
Monochromatic Colors of #146F7B
Black with #146F7B
Text Example
Text Example
White with #146F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F7B; }
p { color: rgb(20,111,123); }
H1.HeaderClassName
{
color: #146F7B;
}
.AnyTagClassName
{
color: #146F7B;
}
</style>
background-color css
<style>
a { background-color: #146F7B; }
a { background-color: rgb(20,111,123); }
div.DivClassName
{
background-color: #146F7B;
}
.BgClassName
{
background-color: #146F7B;
}
</style>
border-color css
<style>
span { border-color: #146F7B; }
span { border-color: rgb(20,111,123); }
td.TdClassName
{
border-color: #146F7B;
}
.TagClassName
{
border-color: #146F7B;
}
</style>