Shades of Allports #126E91
Tints of Allports #126E91
RGB
CMYK
RGB Variations
Color information
#126E91 (or 0x126E91) is known color: Allports. HEX triplet: 12, 6E and 91. RGB value is (18,110,145). Sum of RGB (Red+Green+Blue) = 18+110+145=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #126E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E91 is #ED916E. Grayscale: #565656. Windows color (decimal): -15569263 or 9530898. OLE color: 9530898.
HSL color Cylindrical-coordinate representation of color #126E91: hue angle of 196.54º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126E91 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 110 | 145 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.43 |
| HSL | 196.54º | 0.78% | 0.32% | - |
| HSV(B) | 196.54º | 0.88% | 0.57% | - |
| XYZ | 10.94 | 13.32 | 28.78 | - |
| YUV | 86.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 145 | 0.88 | 0.24 | 0 | 0.43 | 196.54 | 0.78 | 0.32 |
| Hex | 12 | 6E | 91 | 58 | 18 | 0 | 2B | C5 | 4E | 20 |
| Octal | 22 | 156 | 221 | 130 | 30 | 0 | 53 | 305 | 116 | 40 |
| Binary | 10010 | 1101110 | 10010001 | 1011000 | 11000 | 0 | 101011 | 11000101 | 1001110 | 100000 |
Color Harmonies of #126E91
Complementary color
Monochromatic Colors of #126E91
Black with #126E91
Text Example
Text Example
White with #126E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E91; }
p { color: rgb(18,110,145); }
H1.HeaderClassName
{
color: #126E91;
}
.AnyTagClassName
{
color: #126E91;
}
</style>
background-color css
<style>
a { background-color: #126E91; }
a { background-color: rgb(18,110,145); }
div.DivClassName
{
background-color: #126E91;
}
.BgClassName
{
background-color: #126E91;
}
</style>
border-color css
<style>
span { border-color: #126E91; }
span { border-color: rgb(18,110,145); }
td.TdClassName
{
border-color: #126E91;
}
.TagClassName
{
border-color: #126E91;
}
</style>