Shades of Allports #127185
Tints of Allports #127185
RGB
CMYK
RGB Variations
Color information
#127185 (or 0x127185) is known color: Allports. HEX triplet: 12, 71 and 85. RGB value is (18,113,133). Sum of RGB (Red+Green+Blue) = 18+113+133=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #127185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127185 is #ED8E7A. Grayscale: #565656. Windows color (decimal): -15568507 or 8745234. OLE color: 8745234.
HSL color Cylindrical-coordinate representation of color #127185: hue angle of 190.43º 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 #127185 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 113 | 133 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.48 |
| HSL | 190.43º | 0.76% | 0.3% | - |
| HSV(B) | 190.43º | 0.86% | 0.52% | - |
| XYZ | 10.39 | 13.63 | 24.27 | - |
| YUV | 86.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 133 | 0.86 | 0.15 | 0 | 0.48 | 190.43 | 0.76 | 0.3 |
| Hex | 12 | 71 | 85 | 56 | F | 0 | 30 | BE | 4C | 1E |
| Octal | 22 | 161 | 205 | 126 | 17 | 0 | 60 | 276 | 114 | 36 |
| Binary | 10010 | 1110001 | 10000101 | 1010110 | 1111 | 0 | 110000 | 10111110 | 1001100 | 11110 |
Color Harmonies of #127185
Complementary color
Monochromatic Colors of #127185
Black with #127185
Text Example
Text Example
White with #127185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127185; }
p { color: rgb(18,113,133); }
H1.HeaderClassName
{
color: #127185;
}
.AnyTagClassName
{
color: #127185;
}
</style>
background-color css
<style>
a { background-color: #127185; }
a { background-color: rgb(18,113,133); }
div.DivClassName
{
background-color: #127185;
}
.BgClassName
{
background-color: #127185;
}
</style>
border-color css
<style>
span { border-color: #127185; }
span { border-color: rgb(18,113,133); }
td.TdClassName
{
border-color: #127185;
}
.TagClassName
{
border-color: #127185;
}
</style>