Shades of Allports #126E90
Tints of Allports #126E90
RGB
CMYK
RGB Variations
Color information
#126E90 (or 0x126E90) is known color: Allports. HEX triplet: 12, 6E and 90. RGB value is (18,110,144). Sum of RGB (Red+Green+Blue) = 18+110+144=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #126E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E90 is #ED916F. Grayscale: #565656. Windows color (decimal): -15569264 or 9465362. OLE color: 9465362.
HSL color Cylindrical-coordinate representation of color #126E90: hue angle of 196.19º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126E90 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 110 | 144 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.44 |
| HSL | 196.19º | 0.78% | 0.32% | - |
| HSV(B) | 196.19º | 0.88% | 0.56% | - |
| XYZ | 10.86 | 13.29 | 28.38 | - |
| YUV | 86.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 144 | 0.88 | 0.24 | 0 | 0.44 | 196.19 | 0.78 | 0.32 |
| Hex | 12 | 6E | 90 | 58 | 18 | 0 | 2C | C4 | 4E | 20 |
| Octal | 22 | 156 | 220 | 130 | 30 | 0 | 54 | 304 | 116 | 40 |
| Binary | 10010 | 1101110 | 10010000 | 1011000 | 11000 | 0 | 101100 | 11000100 | 1001110 | 100000 |
Color Harmonies of #126E90
Complementary color
Monochromatic Colors of #126E90
Black with #126E90
Text Example
Text Example
White with #126E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E90; }
p { color: rgb(18,110,144); }
H1.HeaderClassName
{
color: #126E90;
}
.AnyTagClassName
{
color: #126E90;
}
</style>
background-color css
<style>
a { background-color: #126E90; }
a { background-color: rgb(18,110,144); }
div.DivClassName
{
background-color: #126E90;
}
.BgClassName
{
background-color: #126E90;
}
</style>
border-color css
<style>
span { border-color: #126E90; }
span { border-color: rgb(18,110,144); }
td.TdClassName
{
border-color: #126E90;
}
.TagClassName
{
border-color: #126E90;
}
</style>