Shades of Allports #126973
Tints of Allports #126973
RGB
CMYK
RGB Variations
Color information
#126973 (or 0x126973) is known color: Allports. HEX triplet: 12, 69 and 73. RGB value is (18,105,115). Sum of RGB (Red+Green+Blue) = 18+105+115=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #126973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126973 is #ED968C. Grayscale: #505050. Windows color (decimal): -15570573 or 7563538. OLE color: 7563538.
HSL color Cylindrical-coordinate representation of color #126973: hue angle of 186.19º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126973 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 105 | 115 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.55 |
| HSL | 186.19º | 0.73% | 0.26% | - |
| HSV(B) | 186.19º | 0.84% | 0.45% | - |
| XYZ | 8.4 | 11.47 | 17.99 | - |
| YUV | 80.13 | 147.68 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 115 | 0.84 | 0.09 | 0 | 0.55 | 186.19 | 0.73 | 0.26 |
| Hex | 12 | 69 | 73 | 54 | 9 | 0 | 37 | BA | 49 | 1A |
| Octal | 22 | 151 | 163 | 124 | 11 | 0 | 67 | 272 | 111 | 32 |
| Binary | 10010 | 1101001 | 1110011 | 1010100 | 1001 | 0 | 110111 | 10111010 | 1001001 | 11010 |
Color Harmonies of #126973
Complementary color
Monochromatic Colors of #126973
Black with #126973
Text Example
Text Example
White with #126973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126973; }
p { color: rgb(18,105,115); }
H1.HeaderClassName
{
color: #126973;
}
.AnyTagClassName
{
color: #126973;
}
</style>
background-color css
<style>
a { background-color: #126973; }
a { background-color: rgb(18,105,115); }
div.DivClassName
{
background-color: #126973;
}
.BgClassName
{
background-color: #126973;
}
</style>
border-color css
<style>
span { border-color: #126973; }
span { border-color: rgb(18,105,115); }
td.TdClassName
{
border-color: #126973;
}
.TagClassName
{
border-color: #126973;
}
</style>