Shades of Allports #146C94
Tints of Allports #146C94
RGB
CMYK
RGB Variations
Color information
#146C94 (or 0x146C94) is known color: Allports. HEX triplet: 14, 6C and 94. RGB value is (20,108,148). Sum of RGB (Red+Green+Blue) = 20+108+148=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #146C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146C94 is #EB936B. Grayscale: #565656. Windows color (decimal): -15438700 or 9726996. OLE color: 9726996.
HSL color Cylindrical-coordinate representation of color #146C94: hue angle of 198.75º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146C94 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 108 | 148 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.42 |
| HSL | 198.75º | 0.76% | 0.33% | - |
| HSV(B) | 198.75º | 0.86% | 0.58% | - |
| XYZ | 11 | 13.01 | 29.95 | - |
| YUV | 86.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 108 | 148 | 0.86 | 0.27 | 0 | 0.42 | 198.75 | 0.76 | 0.33 |
| Hex | 14 | 6C | 94 | 56 | 1B | 0 | 2A | C7 | 4C | 21 |
| Octal | 24 | 154 | 224 | 126 | 33 | 0 | 52 | 307 | 114 | 41 |
| Binary | 10100 | 1101100 | 10010100 | 1010110 | 11011 | 0 | 101010 | 11000111 | 1001100 | 100001 |
Color Harmonies of #146C94
Complementary color
Monochromatic Colors of #146C94
Black with #146C94
Text Example
Text Example
White with #146C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146C94; }
p { color: rgb(20,108,148); }
H1.HeaderClassName
{
color: #146C94;
}
.AnyTagClassName
{
color: #146C94;
}
</style>
background-color css
<style>
a { background-color: #146C94; }
a { background-color: rgb(20,108,148); }
div.DivClassName
{
background-color: #146C94;
}
.BgClassName
{
background-color: #146C94;
}
</style>
border-color css
<style>
span { border-color: #146C94; }
span { border-color: rgb(20,108,148); }
td.TdClassName
{
border-color: #146C94;
}
.TagClassName
{
border-color: #146C94;
}
</style>