Shades of Allports #146574
Tints of Allports #146574
RGB
CMYK
RGB Variations
Color information
#146574 (or 0x146574) is known color: Allports. HEX triplet: 14, 65 and 74. RGB value is (20,101,116). Sum of RGB (Red+Green+Blue) = 20+101+116=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #146574 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146574 is #EB9A8B. Grayscale: #4E4E4E. Windows color (decimal): -15440524 or 7628052. OLE color: 7628052.
HSL color Cylindrical-coordinate representation of color #146574: hue angle of 189.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146574 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 101 | 116 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.55 |
| HSL | 189.38º | 0.71% | 0.27% | - |
| HSV(B) | 189.38º | 0.83% | 0.45% | - |
| XYZ | 8.09 | 10.72 | 18.16 | - |
| YUV | 78.49 | 149.16 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 101 | 116 | 0.83 | 0.13 | 0 | 0.55 | 189.38 | 0.71 | 0.27 |
| Hex | 14 | 65 | 74 | 53 | D | 0 | 37 | BD | 47 | 1B |
| Octal | 24 | 145 | 164 | 123 | 15 | 0 | 67 | 275 | 107 | 33 |
| Binary | 10100 | 1100101 | 1110100 | 1010011 | 1101 | 0 | 110111 | 10111101 | 1000111 | 11011 |
Color Harmonies of #146574
Complementary color
Monochromatic Colors of #146574
Black with #146574
Text Example
Text Example
White with #146574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146574; }
p { color: rgb(20,101,116); }
H1.HeaderClassName
{
color: #146574;
}
.AnyTagClassName
{
color: #146574;
}
</style>
background-color css
<style>
a { background-color: #146574; }
a { background-color: rgb(20,101,116); }
div.DivClassName
{
background-color: #146574;
}
.BgClassName
{
background-color: #146574;
}
</style>
border-color css
<style>
span { border-color: #146574; }
span { border-color: rgb(20,101,116); }
td.TdClassName
{
border-color: #146574;
}
.TagClassName
{
border-color: #146574;
}
</style>