Shades of Allports #126A84
Tints of Allports #126A84
RGB
CMYK
RGB Variations
Color information
#126A84 (or 0x126A84) is known color: Allports. HEX triplet: 12, 6A and 84. RGB value is (18,106,132). Sum of RGB (Red+Green+Blue) = 18+106+132=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #126A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126A84 is #ED957B. Grayscale: #525252. Windows color (decimal): -15570300 or 8677906. OLE color: 8677906.
HSL color Cylindrical-coordinate representation of color #126A84: hue angle of 193.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126A84 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 106 | 132 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.48 |
| HSL | 193.68º | 0.76% | 0.29% | - |
| HSV(B) | 193.68º | 0.86% | 0.52% | - |
| XYZ | 9.57 | 12.1 | 23.66 | - |
| YUV | 82.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 132 | 0.86 | 0.20 | 0 | 0.48 | 193.68 | 0.76 | 0.29 |
| Hex | 12 | 6A | 84 | 56 | 14 | 0 | 30 | C2 | 4C | 1D |
| Octal | 22 | 152 | 204 | 126 | 24 | 0 | 60 | 302 | 114 | 35 |
| Binary | 10010 | 1101010 | 10000100 | 1010110 | 10100 | 0 | 110000 | 11000010 | 1001100 | 11101 |
Color Harmonies of #126A84
Complementary color
Monochromatic Colors of #126A84
Black with #126A84
Text Example
Text Example
White with #126A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126A84; }
p { color: rgb(18,106,132); }
H1.HeaderClassName
{
color: #126A84;
}
.AnyTagClassName
{
color: #126A84;
}
</style>
background-color css
<style>
a { background-color: #126A84; }
a { background-color: rgb(18,106,132); }
div.DivClassName
{
background-color: #126A84;
}
.BgClassName
{
background-color: #126A84;
}
</style>
border-color css
<style>
span { border-color: #126A84; }
span { border-color: rgb(18,106,132); }
td.TdClassName
{
border-color: #126A84;
}
.TagClassName
{
border-color: #126A84;
}
</style>