Shades of Allports #126E8B
Tints of Allports #126E8B
RGB
CMYK
RGB Variations
Color information
#126E8B (or 0x126E8B) is known color: Allports. HEX triplet: 12, 6E and 8B. RGB value is (18,110,139). Sum of RGB (Red+Green+Blue) = 18+110+139=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #126E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E8B is #ED9174. Grayscale: #555555. Windows color (decimal): -15569269 or 9137682. OLE color: 9137682.
HSL color Cylindrical-coordinate representation of color #126E8B: hue angle of 194.38º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126E8B is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 110 | 139 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.45 |
| HSL | 194.38º | 0.77% | 0.31% | - |
| HSV(B) | 194.38º | 0.87% | 0.55% | - |
| XYZ | 10.49 | 13.14 | 26.41 | - |
| YUV | 85.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 139 | 0.87 | 0.21 | 0 | 0.45 | 194.38 | 0.77 | 0.31 |
| Hex | 12 | 6E | 8B | 57 | 15 | 0 | 2D | C2 | 4D | 1F |
| Octal | 22 | 156 | 213 | 127 | 25 | 0 | 55 | 302 | 115 | 37 |
| Binary | 10010 | 1101110 | 10001011 | 1010111 | 10101 | 0 | 101101 | 11000010 | 1001101 | 11111 |
Color Harmonies of #126E8B
Complementary color
Monochromatic Colors of #126E8B
Black with #126E8B
Text Example
Text Example
White with #126E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E8B; }
p { color: rgb(18,110,139); }
H1.HeaderClassName
{
color: #126E8B;
}
.AnyTagClassName
{
color: #126E8B;
}
</style>
background-color css
<style>
a { background-color: #126E8B; }
a { background-color: rgb(18,110,139); }
div.DivClassName
{
background-color: #126E8B;
}
.BgClassName
{
background-color: #126E8B;
}
</style>
border-color css
<style>
span { border-color: #126E8B; }
span { border-color: rgb(18,110,139); }
td.TdClassName
{
border-color: #126E8B;
}
.TagClassName
{
border-color: #126E8B;
}
</style>