Shades of Allports #127389
Tints of Allports #127389
RGB
CMYK
RGB Variations
Color information
#127389 (or 0x127389) is known color: Allports. HEX triplet: 12, 73 and 89. RGB value is (18,115,137). Sum of RGB (Red+Green+Blue) = 18+115+137=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #127389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127389 is #ED8C76. Grayscale: #585858. Windows color (decimal): -15567991 or 9007890. OLE color: 9007890.
HSL color Cylindrical-coordinate representation of color #127389: hue angle of 191.09º 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 #127389 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 115 | 137 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.46 |
| HSL | 191.09º | 0.77% | 0.3% | - |
| HSV(B) | 191.09º | 0.87% | 0.54% | - |
| XYZ | 10.9 | 14.2 | 25.83 | - |
| YUV | 88.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 137 | 0.87 | 0.16 | 0 | 0.46 | 191.09 | 0.77 | 0.3 |
| Hex | 12 | 73 | 89 | 57 | 10 | 0 | 2E | BF | 4D | 1E |
| Octal | 22 | 163 | 211 | 127 | 20 | 0 | 56 | 277 | 115 | 36 |
| Binary | 10010 | 1110011 | 10001001 | 1010111 | 10000 | 0 | 101110 | 10111111 | 1001101 | 11110 |
Color Harmonies of #127389
Complementary color
Monochromatic Colors of #127389
Black with #127389
Text Example
Text Example
White with #127389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127389; }
p { color: rgb(18,115,137); }
H1.HeaderClassName
{
color: #127389;
}
.AnyTagClassName
{
color: #127389;
}
</style>
background-color css
<style>
a { background-color: #127389; }
a { background-color: rgb(18,115,137); }
div.DivClassName
{
background-color: #127389;
}
.BgClassName
{
background-color: #127389;
}
</style>
border-color css
<style>
span { border-color: #127389; }
span { border-color: rgb(18,115,137); }
td.TdClassName
{
border-color: #127389;
}
.TagClassName
{
border-color: #127389;
}
</style>