Shades of Allports #12667F
Tints of Allports #12667F
RGB
CMYK
RGB Variations
Color information
#12667F (or 0x12667F) is known color: Allports. HEX triplet: 12, 66 and 7F. RGB value is (18,102,127). Sum of RGB (Red+Green+Blue) = 18+102+127=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #12667F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12667F is #ED9980. Grayscale: #4F4F4F. Windows color (decimal): -15571329 or 8349202. OLE color: 8349202.
HSL color Cylindrical-coordinate representation of color #12667F: hue angle of 193.76º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12667F is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 102 | 127 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.50 |
| HSL | 193.76º | 0.75% | 0.28% | - |
| HSV(B) | 193.76º | 0.86% | 0.5% | - |
| XYZ | 8.83 | 11.16 | 21.77 | - |
| YUV | 79.73 | 154.67 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 127 | 0.86 | 0.20 | 0 | 0.50 | 193.76 | 0.75 | 0.28 |
| Hex | 12 | 66 | 7F | 56 | 14 | 0 | 32 | C2 | 4B | 1C |
| Octal | 22 | 146 | 177 | 126 | 24 | 0 | 62 | 302 | 113 | 34 |
| Binary | 10010 | 1100110 | 1111111 | 1010110 | 10100 | 0 | 110010 | 11000010 | 1001011 | 11100 |
Color Harmonies of #12667F
Complementary color
Monochromatic Colors of #12667F
Black with #12667F
Text Example
Text Example
White with #12667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12667F; }
p { color: rgb(18,102,127); }
H1.HeaderClassName
{
color: #12667F;
}
.AnyTagClassName
{
color: #12667F;
}
</style>
background-color css
<style>
a { background-color: #12667F; }
a { background-color: rgb(18,102,127); }
div.DivClassName
{
background-color: #12667F;
}
.BgClassName
{
background-color: #12667F;
}
</style>
border-color css
<style>
span { border-color: #12667F; }
span { border-color: rgb(18,102,127); }
td.TdClassName
{
border-color: #12667F;
}
.TagClassName
{
border-color: #12667F;
}
</style>