Shades of Allports #126C7D
Tints of Allports #126C7D
RGB
CMYK
RGB Variations
Color information
#126C7D (or 0x126C7D) is known color: Allports. HEX triplet: 12, 6C and 7D. RGB value is (18,108,125). Sum of RGB (Red+Green+Blue) = 18+108+125=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #126C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126C7D is #ED9382. Grayscale: #525252. Windows color (decimal): -15569795 or 8219666. OLE color: 8219666.
HSL color Cylindrical-coordinate representation of color #126C7D: hue angle of 189.53º 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 #126C7D is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 108 | 125 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.51 |
| HSL | 189.53º | 0.75% | 0.28% | - |
| HSV(B) | 189.53º | 0.86% | 0.49% | - |
| XYZ | 9.31 | 12.33 | 21.29 | - |
| YUV | 83.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 125 | 0.86 | 0.14 | 0 | 0.51 | 189.53 | 0.75 | 0.28 |
| Hex | 12 | 6C | 7D | 56 | E | 0 | 33 | BE | 4B | 1C |
| Octal | 22 | 154 | 175 | 126 | 16 | 0 | 63 | 276 | 113 | 34 |
| Binary | 10010 | 1101100 | 1111101 | 1010110 | 1110 | 0 | 110011 | 10111110 | 1001011 | 11100 |
Color Harmonies of #126C7D
Complementary color
Monochromatic Colors of #126C7D
Black with #126C7D
Text Example
Text Example
White with #126C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126C7D; }
p { color: rgb(18,108,125); }
H1.HeaderClassName
{
color: #126C7D;
}
.AnyTagClassName
{
color: #126C7D;
}
</style>
background-color css
<style>
a { background-color: #126C7D; }
a { background-color: rgb(18,108,125); }
div.DivClassName
{
background-color: #126C7D;
}
.BgClassName
{
background-color: #126C7D;
}
</style>
border-color css
<style>
span { border-color: #126C7D; }
span { border-color: rgb(18,108,125); }
td.TdClassName
{
border-color: #126C7D;
}
.TagClassName
{
border-color: #126C7D;
}
</style>