Shades of Allports #126A8A
Tints of Allports #126A8A
RGB
CMYK
RGB Variations
Color information
#126A8A (or 0x126A8A) is known color: Allports. HEX triplet: 12, 6A and 8A. RGB value is (18,106,138). Sum of RGB (Red+Green+Blue) = 18+106+138=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #126A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A8A is #ED9575. Grayscale: #535353. Windows color (decimal): -15570294 or 9071122. OLE color: 9071122.
HSL color Cylindrical-coordinate representation of color #126A8A: hue angle of 196º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126A8A is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 106 | 138 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.46 |
| HSL | 196º | 0.77% | 0.31% | - |
| HSV(B) | 196º | 0.87% | 0.54% | - |
| XYZ | 9.99 | 12.27 | 25.89 | - |
| YUV | 83.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 138 | 0.87 | 0.23 | 0 | 0.46 | 196 | 0.77 | 0.31 |
| Hex | 12 | 6A | 8A | 57 | 17 | 0 | 2E | C4 | 4D | 1F |
| Octal | 22 | 152 | 212 | 127 | 27 | 0 | 56 | 304 | 115 | 37 |
| Binary | 10010 | 1101010 | 10001010 | 1010111 | 10111 | 0 | 101110 | 11000100 | 1001101 | 11111 |
Color Harmonies of #126A8A
Complementary color
Monochromatic Colors of #126A8A
Black with #126A8A
Text Example
Text Example
White with #126A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126A8A; }
p { color: rgb(18,106,138); }
H1.HeaderClassName
{
color: #126A8A;
}
.AnyTagClassName
{
color: #126A8A;
}
</style>
background-color css
<style>
a { background-color: #126A8A; }
a { background-color: rgb(18,106,138); }
div.DivClassName
{
background-color: #126A8A;
}
.BgClassName
{
background-color: #126A8A;
}
</style>
border-color css
<style>
span { border-color: #126A8A; }
span { border-color: rgb(18,106,138); }
td.TdClassName
{
border-color: #126A8A;
}
.TagClassName
{
border-color: #126A8A;
}
</style>