Shades of Allports #127182
Tints of Allports #127182
RGB
CMYK
RGB Variations
Color information
#127182 (or 0x127182) is known color: Allports. HEX triplet: 12, 71 and 82. RGB value is (18,113,130). Sum of RGB (Red+Green+Blue) = 18+113+130=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #127182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127182 is #ED8E7D. Grayscale: #565656. Windows color (decimal): -15568510 or 8548626. OLE color: 8548626.
HSL color Cylindrical-coordinate representation of color #127182: hue angle of 189.11º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127182 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 113 | 130 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.49 |
| HSL | 189.11º | 0.76% | 0.29% | - |
| HSV(B) | 189.11º | 0.86% | 0.51% | - |
| XYZ | 10.18 | 13.55 | 23.2 | - |
| YUV | 86.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 130 | 0.86 | 0.13 | 0 | 0.49 | 189.11 | 0.76 | 0.29 |
| Hex | 12 | 71 | 82 | 56 | D | 0 | 31 | BD | 4C | 1D |
| Octal | 22 | 161 | 202 | 126 | 15 | 0 | 61 | 275 | 114 | 35 |
| Binary | 10010 | 1110001 | 10000010 | 1010110 | 1101 | 0 | 110001 | 10111101 | 1001100 | 11101 |
Color Harmonies of #127182
Complementary color
Monochromatic Colors of #127182
Black with #127182
Text Example
Text Example
White with #127182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127182; }
p { color: rgb(18,113,130); }
H1.HeaderClassName
{
color: #127182;
}
.AnyTagClassName
{
color: #127182;
}
</style>
background-color css
<style>
a { background-color: #127182; }
a { background-color: rgb(18,113,130); }
div.DivClassName
{
background-color: #127182;
}
.BgClassName
{
background-color: #127182;
}
</style>
border-color css
<style>
span { border-color: #127182; }
span { border-color: rgb(18,113,130); }
td.TdClassName
{
border-color: #127182;
}
.TagClassName
{
border-color: #127182;
}
</style>