Shades of Allports #126D8C
Tints of Allports #126D8C
RGB
CMYK
RGB Variations
Color information
#126D8C (or 0x126D8C) is known color: Allports. HEX triplet: 12, 6D and 8C. RGB value is (18,109,140). Sum of RGB (Red+Green+Blue) = 18+109+140=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 109 (42.97% from 255 or 40.82% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #126D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D8C is #ED9273. Grayscale: #555555. Windows color (decimal): -15569524 or 9202962. OLE color: 9202962.
HSL color Cylindrical-coordinate representation of color #126D8C: hue angle of 195.25º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126D8C is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 109 | 140 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.45 |
| HSL | 195.25º | 0.77% | 0.31% | - |
| HSV(B) | 195.25º | 0.87% | 0.55% | - |
| XYZ | 10.45 | 12.96 | 26.76 | - |
| YUV | 85.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 140 | 0.87 | 0.22 | 0 | 0.45 | 195.25 | 0.77 | 0.31 |
| Hex | 12 | 6D | 8C | 57 | 16 | 0 | 2D | C3 | 4D | 1F |
| Octal | 22 | 155 | 214 | 127 | 26 | 0 | 55 | 303 | 115 | 37 |
| Binary | 10010 | 1101101 | 10001100 | 1010111 | 10110 | 0 | 101101 | 11000011 | 1001101 | 11111 |
Color Harmonies of #126D8C
Complementary color
Monochromatic Colors of #126D8C
Black with #126D8C
Text Example
Text Example
White with #126D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126D8C; }
p { color: rgb(18,109,140); }
H1.HeaderClassName
{
color: #126D8C;
}
.AnyTagClassName
{
color: #126D8C;
}
</style>
background-color css
<style>
a { background-color: #126D8C; }
a { background-color: rgb(18,109,140); }
div.DivClassName
{
background-color: #126D8C;
}
.BgClassName
{
background-color: #126D8C;
}
</style>
border-color css
<style>
span { border-color: #126D8C; }
span { border-color: rgb(18,109,140); }
td.TdClassName
{
border-color: #126D8C;
}
.TagClassName
{
border-color: #126D8C;
}
</style>