Shades of Allports #127889
Tints of Allports #127889
RGB
CMYK
RGB Variations
Color information
#127889 (or 0x127889) is known color: Allports. HEX triplet: 12, 78 and 89. RGB value is (18,120,137). Sum of RGB (Red+Green+Blue) = 18+120+137=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #127889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127889 is #ED8776. Grayscale: #5B5B5B. Windows color (decimal): -15566711 or 9009170. OLE color: 9009170.
HSL color Cylindrical-coordinate representation of color #127889: hue angle of 188.57º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127889 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 120 | 137 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.46 |
| HSL | 188.57º | 0.77% | 0.3% | - |
| HSV(B) | 188.57º | 0.87% | 0.54% | - |
| XYZ | 11.48 | 15.37 | 26.03 | - |
| YUV | 91.44 | 153.71 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 137 | 0.87 | 0.12 | 0 | 0.46 | 188.57 | 0.77 | 0.3 |
| Hex | 12 | 78 | 89 | 57 | C | 0 | 2E | BD | 4D | 1E |
| Octal | 22 | 170 | 211 | 127 | 14 | 0 | 56 | 275 | 115 | 36 |
| Binary | 10010 | 1111000 | 10001001 | 1010111 | 1100 | 0 | 101110 | 10111101 | 1001101 | 11110 |
Color Harmonies of #127889
Complementary color
Monochromatic Colors of #127889
Black with #127889
Text Example
Text Example
White with #127889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127889; }
p { color: rgb(18,120,137); }
H1.HeaderClassName
{
color: #127889;
}
.AnyTagClassName
{
color: #127889;
}
</style>
background-color css
<style>
a { background-color: #127889; }
a { background-color: rgb(18,120,137); }
div.DivClassName
{
background-color: #127889;
}
.BgClassName
{
background-color: #127889;
}
</style>
border-color css
<style>
span { border-color: #127889; }
span { border-color: rgb(18,120,137); }
td.TdClassName
{
border-color: #127889;
}
.TagClassName
{
border-color: #127889;
}
</style>