Shades of Allports #127885
Tints of Allports #127885
RGB
CMYK
RGB Variations
Color information
#127885 (or 0x127885) is known color: Allports. HEX triplet: 12, 78 and 85. RGB value is (18,120,133). Sum of RGB (Red+Green+Blue) = 18+120+133=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #127885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127885 is #ED877A. Grayscale: #5A5A5A. Windows color (decimal): -15566715 or 8747026. OLE color: 8747026.
HSL color Cylindrical-coordinate representation of color #127885: hue angle of 186.78º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127885 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 120 | 133 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.48 |
| HSL | 186.78º | 0.76% | 0.3% | - |
| HSV(B) | 186.78º | 0.86% | 0.52% | - |
| XYZ | 11.2 | 15.26 | 24.54 | - |
| YUV | 90.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 133 | 0.86 | 0.10 | 0 | 0.48 | 186.78 | 0.76 | 0.3 |
| Hex | 12 | 78 | 85 | 56 | A | 0 | 30 | BB | 4C | 1E |
| Octal | 22 | 170 | 205 | 126 | 12 | 0 | 60 | 273 | 114 | 36 |
| Binary | 10010 | 1111000 | 10000101 | 1010110 | 1010 | 0 | 110000 | 10111011 | 1001100 | 11110 |
Color Harmonies of #127885
Complementary color
Monochromatic Colors of #127885
Black with #127885
Text Example
Text Example
White with #127885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127885; }
p { color: rgb(18,120,133); }
H1.HeaderClassName
{
color: #127885;
}
.AnyTagClassName
{
color: #127885;
}
</style>
background-color css
<style>
a { background-color: #127885; }
a { background-color: rgb(18,120,133); }
div.DivClassName
{
background-color: #127885;
}
.BgClassName
{
background-color: #127885;
}
</style>
border-color css
<style>
span { border-color: #127885; }
span { border-color: rgb(18,120,133); }
td.TdClassName
{
border-color: #127885;
}
.TagClassName
{
border-color: #127885;
}
</style>