Shades of Allports #126976
Tints of Allports #126976
RGB
CMYK
RGB Variations
Color information
#126976 (or 0x126976) is known color: Allports. HEX triplet: 12, 69 and 76. RGB value is (18,105,118). Sum of RGB (Red+Green+Blue) = 18+105+118=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #126976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126976 is #ED9689. Grayscale: #505050. Windows color (decimal): -15570570 or 7760146. OLE color: 7760146.
HSL color Cylindrical-coordinate representation of color #126976: hue angle of 187.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126976 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 105 | 118 | - |
| CMYK | 0.85 | 0.11 | 0 | 0.54 |
| HSL | 187.8º | 0.74% | 0.27% | - |
| HSV(B) | 187.8º | 0.85% | 0.46% | - |
| XYZ | 8.57 | 11.54 | 18.92 | - |
| YUV | 80.47 | 149.18 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 118 | 0.85 | 0.11 | 0 | 0.54 | 187.8 | 0.74 | 0.27 |
| Hex | 12 | 69 | 76 | 55 | B | 0 | 36 | BC | 4A | 1B |
| Octal | 22 | 151 | 166 | 125 | 13 | 0 | 66 | 274 | 112 | 33 |
| Binary | 10010 | 1101001 | 1110110 | 1010101 | 1011 | 0 | 110110 | 10111100 | 1001010 | 11011 |
Color Harmonies of #126976
Complementary color
Monochromatic Colors of #126976
Black with #126976
Text Example
Text Example
White with #126976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126976; }
p { color: rgb(18,105,118); }
H1.HeaderClassName
{
color: #126976;
}
.AnyTagClassName
{
color: #126976;
}
</style>
background-color css
<style>
a { background-color: #126976; }
a { background-color: rgb(18,105,118); }
div.DivClassName
{
background-color: #126976;
}
.BgClassName
{
background-color: #126976;
}
</style>
border-color css
<style>
span { border-color: #126976; }
span { border-color: rgb(18,105,118); }
td.TdClassName
{
border-color: #126976;
}
.TagClassName
{
border-color: #126976;
}
</style>