Shades of Allports #127289
Tints of Allports #127289
RGB
CMYK
RGB Variations
Color information
#127289 (or 0x127289) is known color: Allports. HEX triplet: 12, 72 and 89. RGB value is (18,114,137). Sum of RGB (Red+Green+Blue) = 18+114+137=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #127289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127289 is #ED8D76. Grayscale: #575757. Windows color (decimal): -15568247 or 9007634. OLE color: 9007634.
HSL color Cylindrical-coordinate representation of color #127289: hue angle of 191.6º 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 #127289 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 114 | 137 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.46 |
| HSL | 191.6º | 0.77% | 0.3% | - |
| HSV(B) | 191.6º | 0.87% | 0.54% | - |
| XYZ | 10.78 | 13.97 | 25.79 | - |
| YUV | 87.92 | 155.7 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 137 | 0.87 | 0.17 | 0 | 0.46 | 191.6 | 0.77 | 0.3 |
| Hex | 12 | 72 | 89 | 57 | 11 | 0 | 2E | C0 | 4D | 1E |
| Octal | 22 | 162 | 211 | 127 | 21 | 0 | 56 | 300 | 115 | 36 |
| Binary | 10010 | 1110010 | 10001001 | 1010111 | 10001 | 0 | 101110 | 11000000 | 1001101 | 11110 |
Color Harmonies of #127289
Complementary color
Monochromatic Colors of #127289
Black with #127289
Text Example
Text Example
White with #127289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127289; }
p { color: rgb(18,114,137); }
H1.HeaderClassName
{
color: #127289;
}
.AnyTagClassName
{
color: #127289;
}
</style>
background-color css
<style>
a { background-color: #127289; }
a { background-color: rgb(18,114,137); }
div.DivClassName
{
background-color: #127289;
}
.BgClassName
{
background-color: #127289;
}
</style>
border-color css
<style>
span { border-color: #127289; }
span { border-color: rgb(18,114,137); }
td.TdClassName
{
border-color: #127289;
}
.TagClassName
{
border-color: #127289;
}
</style>