Shades of Allports #127277
Tints of Allports #127277
RGB
CMYK
RGB Variations
Color information
#127277 (or 0x127277) is known color: Allports. HEX triplet: 12, 72 and 77. RGB value is (18,114,119). Sum of RGB (Red+Green+Blue) = 18+114+119=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #127277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127277 is #ED8D88. Grayscale: #555555. Windows color (decimal): -15568265 or 7827986. OLE color: 7827986.
HSL color Cylindrical-coordinate representation of color #127277: hue angle of 182.97º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127277 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 114 | 119 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.53 |
| HSL | 182.97º | 0.74% | 0.27% | - |
| HSV(B) | 182.97º | 0.85% | 0.47% | - |
| XYZ | 9.6 | 13.5 | 19.55 | - |
| YUV | 85.87 | 146.7 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 119 | 0.85 | 0.04 | 0 | 0.53 | 182.97 | 0.74 | 0.27 |
| Hex | 12 | 72 | 77 | 55 | 4 | 0 | 35 | B7 | 4A | 1B |
| Octal | 22 | 162 | 167 | 125 | 4 | 0 | 65 | 267 | 112 | 33 |
| Binary | 10010 | 1110010 | 1110111 | 1010101 | 100 | 0 | 110101 | 10110111 | 1001010 | 11011 |
Color Harmonies of #127277
Complementary color
Monochromatic Colors of #127277
Black with #127277
Text Example
Text Example
White with #127277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127277; }
p { color: rgb(18,114,119); }
H1.HeaderClassName
{
color: #127277;
}
.AnyTagClassName
{
color: #127277;
}
</style>
background-color css
<style>
a { background-color: #127277; }
a { background-color: rgb(18,114,119); }
div.DivClassName
{
background-color: #127277;
}
.BgClassName
{
background-color: #127277;
}
</style>
border-color css
<style>
span { border-color: #127277; }
span { border-color: rgb(18,114,119); }
td.TdClassName
{
border-color: #127277;
}
.TagClassName
{
border-color: #127277;
}
</style>