Shades of Allports #127178
Tints of Allports #127178
RGB
CMYK
RGB Variations
Color information
#127178 (or 0x127178) is known color: Allports. HEX triplet: 12, 71 and 78. RGB value is (18,113,120). Sum of RGB (Red+Green+Blue) = 18+113+120=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #127178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127178 is #ED8E87. Grayscale: #555555. Windows color (decimal): -15568520 or 7893266. OLE color: 7893266.
HSL color Cylindrical-coordinate representation of color #127178: hue angle of 184.12º 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 #127178 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 113 | 120 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.53 |
| HSL | 184.12º | 0.74% | 0.27% | - |
| HSV(B) | 184.12º | 0.85% | 0.47% | - |
| XYZ | 9.54 | 13.29 | 19.83 | - |
| YUV | 85.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 120 | 0.85 | 0.06 | 0 | 0.53 | 184.12 | 0.74 | 0.27 |
| Hex | 12 | 71 | 78 | 55 | 6 | 0 | 35 | B8 | 4A | 1B |
| Octal | 22 | 161 | 170 | 125 | 6 | 0 | 65 | 270 | 112 | 33 |
| Binary | 10010 | 1110001 | 1111000 | 1010101 | 110 | 0 | 110101 | 10111000 | 1001010 | 11011 |
Color Harmonies of #127178
Complementary color
Monochromatic Colors of #127178
Black with #127178
Text Example
Text Example
White with #127178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127178; }
p { color: rgb(18,113,120); }
H1.HeaderClassName
{
color: #127178;
}
.AnyTagClassName
{
color: #127178;
}
</style>
background-color css
<style>
a { background-color: #127178; }
a { background-color: rgb(18,113,120); }
div.DivClassName
{
background-color: #127178;
}
.BgClassName
{
background-color: #127178;
}
</style>
border-color css
<style>
span { border-color: #127178; }
span { border-color: rgb(18,113,120); }
td.TdClassName
{
border-color: #127178;
}
.TagClassName
{
border-color: #127178;
}
</style>