Shades of Allports #126B7C
Tints of Allports #126B7C
RGB
CMYK
RGB Variations
Color information
#126B7C (or 0x126B7C) is known color: Allports. HEX triplet: 12, 6B and 7C. RGB value is (18,107,124). Sum of RGB (Red+Green+Blue) = 18+107+124=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #126B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126B7C is #ED9483. Grayscale: #525252. Windows color (decimal): -15570052 or 8153874. OLE color: 8153874.
HSL color Cylindrical-coordinate representation of color #126B7C: hue angle of 189.62º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126B7C is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 107 | 124 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.51 |
| HSL | 189.62º | 0.75% | 0.28% | - |
| HSV(B) | 189.62º | 0.85% | 0.49% | - |
| XYZ | 9.15 | 12.1 | 20.92 | - |
| YUV | 82.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 107 | 124 | 0.85 | 0.14 | 0 | 0.51 | 189.62 | 0.75 | 0.28 |
| Hex | 12 | 6B | 7C | 55 | E | 0 | 33 | BE | 4B | 1C |
| Octal | 22 | 153 | 174 | 125 | 16 | 0 | 63 | 276 | 113 | 34 |
| Binary | 10010 | 1101011 | 1111100 | 1010101 | 1110 | 0 | 110011 | 10111110 | 1001011 | 11100 |
Color Harmonies of #126B7C
Complementary color
Monochromatic Colors of #126B7C
Black with #126B7C
Text Example
Text Example
White with #126B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126B7C; }
p { color: rgb(18,107,124); }
H1.HeaderClassName
{
color: #126B7C;
}
.AnyTagClassName
{
color: #126B7C;
}
</style>
background-color css
<style>
a { background-color: #126B7C; }
a { background-color: rgb(18,107,124); }
div.DivClassName
{
background-color: #126B7C;
}
.BgClassName
{
background-color: #126B7C;
}
</style>
border-color css
<style>
span { border-color: #126B7C; }
span { border-color: rgb(18,107,124); }
td.TdClassName
{
border-color: #126B7C;
}
.TagClassName
{
border-color: #126B7C;
}
</style>