Shades of Allports #126C80
Tints of Allports #126C80
RGB
CMYK
RGB Variations
Color information
#126C80 (or 0x126C80) is known color: Allports. HEX triplet: 12, 6C and 80. RGB value is (18,108,128). Sum of RGB (Red+Green+Blue) = 18+108+128=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #126C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C80 is #ED937F. Grayscale: #535353. Windows color (decimal): -15569792 or 8416274. OLE color: 8416274.
HSL color Cylindrical-coordinate representation of color #126C80: hue angle of 190.91º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126C80 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 108 | 128 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.50 |
| HSL | 190.91º | 0.75% | 0.29% | - |
| HSV(B) | 190.91º | 0.86% | 0.5% | - |
| XYZ | 9.51 | 12.41 | 22.32 | - |
| YUV | 83.37 | 153.18 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 128 | 0.86 | 0.16 | 0 | 0.50 | 190.91 | 0.75 | 0.29 |
| Hex | 12 | 6C | 80 | 56 | 10 | 0 | 32 | BF | 4B | 1D |
| Octal | 22 | 154 | 200 | 126 | 20 | 0 | 62 | 277 | 113 | 35 |
| Binary | 10010 | 1101100 | 10000000 | 1010110 | 10000 | 0 | 110010 | 10111111 | 1001011 | 11101 |
Color Harmonies of #126C80
Complementary color
Monochromatic Colors of #126C80
Black with #126C80
Text Example
Text Example
White with #126C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C80; }
p { color: rgb(18,108,128); }
H1.HeaderClassName
{
color: #126C80;
}
.AnyTagClassName
{
color: #126C80;
}
</style>
background-color css
<style>
a { background-color: #126C80; }
a { background-color: rgb(18,108,128); }
div.DivClassName
{
background-color: #126C80;
}
.BgClassName
{
background-color: #126C80;
}
</style>
border-color css
<style>
span { border-color: #126C80; }
span { border-color: rgb(18,108,128); }
td.TdClassName
{
border-color: #126C80;
}
.TagClassName
{
border-color: #126C80;
}
</style>