Shades of Allports #127790
Tints of Allports #127790
RGB
CMYK
RGB Variations
Color information
#127790 (or 0x127790) is known color: Allports. HEX triplet: 12, 77 and 90. RGB value is (18,119,144). Sum of RGB (Red+Green+Blue) = 18+119+144=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #127790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127790 is #ED886F. Grayscale: #5B5B5B. Windows color (decimal): -15566960 or 9467666. OLE color: 9467666.
HSL color Cylindrical-coordinate representation of color #127790: hue angle of 191.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127790 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 119 | 144 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.44 |
| HSL | 191.9º | 0.78% | 0.32% | - |
| HSV(B) | 191.9º | 0.88% | 0.56% | - |
| XYZ | 11.88 | 15.34 | 28.72 | - |
| YUV | 91.65 | 157.54 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 144 | 0.88 | 0.17 | 0 | 0.44 | 191.9 | 0.78 | 0.32 |
| Hex | 12 | 77 | 90 | 58 | 11 | 0 | 2C | C0 | 4E | 20 |
| Octal | 22 | 167 | 220 | 130 | 21 | 0 | 54 | 300 | 116 | 40 |
| Binary | 10010 | 1110111 | 10010000 | 1011000 | 10001 | 0 | 101100 | 11000000 | 1001110 | 100000 |
Color Harmonies of #127790
Complementary color
Monochromatic Colors of #127790
Black with #127790
Text Example
Text Example
White with #127790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127790; }
p { color: rgb(18,119,144); }
H1.HeaderClassName
{
color: #127790;
}
.AnyTagClassName
{
color: #127790;
}
</style>
background-color css
<style>
a { background-color: #127790; }
a { background-color: rgb(18,119,144); }
div.DivClassName
{
background-color: #127790;
}
.BgClassName
{
background-color: #127790;
}
</style>
border-color css
<style>
span { border-color: #127790; }
span { border-color: rgb(18,119,144); }
td.TdClassName
{
border-color: #127790;
}
.TagClassName
{
border-color: #127790;
}
</style>