Shades of Allports #126E7D
Tints of Allports #126E7D
RGB
CMYK
RGB Variations
Color information
#126E7D (or 0x126E7D) is known color: Allports. HEX triplet: 12, 6E and 7D. RGB value is (18,110,125). Sum of RGB (Red+Green+Blue) = 18+110+125=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #126E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126E7D is #ED9182. Grayscale: #545454. Windows color (decimal): -15569283 or 8220178. OLE color: 8220178.
HSL color Cylindrical-coordinate representation of color #126E7D: hue angle of 188.41º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126E7D is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 110 | 125 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.51 |
| HSL | 188.41º | 0.75% | 0.28% | - |
| HSV(B) | 188.41º | 0.86% | 0.49% | - |
| XYZ | 9.53 | 12.76 | 21.36 | - |
| YUV | 84.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 125 | 0.86 | 0.12 | 0 | 0.51 | 188.41 | 0.75 | 0.28 |
| Hex | 12 | 6E | 7D | 56 | C | 0 | 33 | BC | 4B | 1C |
| Octal | 22 | 156 | 175 | 126 | 14 | 0 | 63 | 274 | 113 | 34 |
| Binary | 10010 | 1101110 | 1111101 | 1010110 | 1100 | 0 | 110011 | 10111100 | 1001011 | 11100 |
Color Harmonies of #126E7D
Complementary color
Monochromatic Colors of #126E7D
Black with #126E7D
Text Example
Text Example
White with #126E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126E7D; }
p { color: rgb(18,110,125); }
H1.HeaderClassName
{
color: #126E7D;
}
.AnyTagClassName
{
color: #126E7D;
}
</style>
background-color css
<style>
a { background-color: #126E7D; }
a { background-color: rgb(18,110,125); }
div.DivClassName
{
background-color: #126E7D;
}
.BgClassName
{
background-color: #126E7D;
}
</style>
border-color css
<style>
span { border-color: #126E7D; }
span { border-color: rgb(18,110,125); }
td.TdClassName
{
border-color: #126E7D;
}
.TagClassName
{
border-color: #126E7D;
}
</style>