Shades of Allports #127585
Tints of Allports #127585
RGB
CMYK
RGB Variations
Color information
#127585 (or 0x127585) is known color: Allports. HEX triplet: 12, 75 and 85. RGB value is (18,117,133). Sum of RGB (Red+Green+Blue) = 18+117+133=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #127585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127585 is #ED8A7A. Grayscale: #595959. Windows color (decimal): -15567483 or 8746258. OLE color: 8746258.
HSL color Cylindrical-coordinate representation of color #127585: hue angle of 188.35º 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 #127585 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 117 | 133 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.48 |
| HSL | 188.35º | 0.76% | 0.3% | - |
| HSV(B) | 188.35º | 0.86% | 0.52% | - |
| XYZ | 10.84 | 14.54 | 24.43 | - |
| YUV | 89.22 | 152.7 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 133 | 0.86 | 0.12 | 0 | 0.48 | 188.35 | 0.76 | 0.3 |
| Hex | 12 | 75 | 85 | 56 | C | 0 | 30 | BC | 4C | 1E |
| Octal | 22 | 165 | 205 | 126 | 14 | 0 | 60 | 274 | 114 | 36 |
| Binary | 10010 | 1110101 | 10000101 | 1010110 | 1100 | 0 | 110000 | 10111100 | 1001100 | 11110 |
Color Harmonies of #127585
Complementary color
Monochromatic Colors of #127585
Black with #127585
Text Example
Text Example
White with #127585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127585; }
p { color: rgb(18,117,133); }
H1.HeaderClassName
{
color: #127585;
}
.AnyTagClassName
{
color: #127585;
}
</style>
background-color css
<style>
a { background-color: #127585; }
a { background-color: rgb(18,117,133); }
div.DivClassName
{
background-color: #127585;
}
.BgClassName
{
background-color: #127585;
}
</style>
border-color css
<style>
span { border-color: #127585; }
span { border-color: rgb(18,117,133); }
td.TdClassName
{
border-color: #127585;
}
.TagClassName
{
border-color: #127585;
}
</style>