Shades of Allports #12687E
Tints of Allports #12687E
RGB
CMYK
RGB Variations
Color information
#12687E (or 0x12687E) is known color: Allports. HEX triplet: 12, 68 and 7E. RGB value is (18,104,126). Sum of RGB (Red+Green+Blue) = 18+104+126=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #12687E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12687E is #ED9781. Grayscale: #505050. Windows color (decimal): -15570818 or 8284178. OLE color: 8284178.
HSL color Cylindrical-coordinate representation of color #12687E: hue angle of 192.22º 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 #12687E is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 104 | 126 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.51 |
| HSL | 192.22º | 0.75% | 0.28% | - |
| HSV(B) | 192.22º | 0.86% | 0.49% | - |
| XYZ | 8.97 | 11.54 | 21.49 | - |
| YUV | 80.79 | 153.51 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 126 | 0.86 | 0.17 | 0 | 0.51 | 192.22 | 0.75 | 0.28 |
| Hex | 12 | 68 | 7E | 56 | 11 | 0 | 33 | C0 | 4B | 1C |
| Octal | 22 | 150 | 176 | 126 | 21 | 0 | 63 | 300 | 113 | 34 |
| Binary | 10010 | 1101000 | 1111110 | 1010110 | 10001 | 0 | 110011 | 11000000 | 1001011 | 11100 |
Color Harmonies of #12687E
Complementary color
Monochromatic Colors of #12687E
Black with #12687E
Text Example
Text Example
White with #12687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12687E; }
p { color: rgb(18,104,126); }
H1.HeaderClassName
{
color: #12687E;
}
.AnyTagClassName
{
color: #12687E;
}
</style>
background-color css
<style>
a { background-color: #12687E; }
a { background-color: rgb(18,104,126); }
div.DivClassName
{
background-color: #12687E;
}
.BgClassName
{
background-color: #12687E;
}
</style>
border-color css
<style>
span { border-color: #12687E; }
span { border-color: rgb(18,104,126); }
td.TdClassName
{
border-color: #12687E;
}
.TagClassName
{
border-color: #12687E;
}
</style>