Shades of Allports #12667D
Tints of Allports #12667D
RGB
CMYK
RGB Variations
Color information
#12667D (or 0x12667D) is known color: Allports. HEX triplet: 12, 66 and 7D. RGB value is (18,102,125). Sum of RGB (Red+Green+Blue) = 18+102+125=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #12667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12667D is #ED9982. Grayscale: #4F4F4F. Windows color (decimal): -15571331 or 8218130. OLE color: 8218130.
HSL color Cylindrical-coordinate representation of color #12667D: hue angle of 192.9º 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 #12667D is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 102 | 125 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.51 |
| HSL | 192.9º | 0.75% | 0.28% | - |
| HSV(B) | 192.9º | 0.86% | 0.49% | - |
| XYZ | 8.7 | 11.11 | 21.09 | - |
| YUV | 79.51 | 153.67 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 125 | 0.86 | 0.18 | 0 | 0.51 | 192.9 | 0.75 | 0.28 |
| Hex | 12 | 66 | 7D | 56 | 12 | 0 | 33 | C1 | 4B | 1C |
| Octal | 22 | 146 | 175 | 126 | 22 | 0 | 63 | 301 | 113 | 34 |
| Binary | 10010 | 1100110 | 1111101 | 1010110 | 10010 | 0 | 110011 | 11000001 | 1001011 | 11100 |
Color Harmonies of #12667D
Complementary color
Monochromatic Colors of #12667D
Black with #12667D
Text Example
Text Example
White with #12667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12667D; }
p { color: rgb(18,102,125); }
H1.HeaderClassName
{
color: #12667D;
}
.AnyTagClassName
{
color: #12667D;
}
</style>
background-color css
<style>
a { background-color: #12667D; }
a { background-color: rgb(18,102,125); }
div.DivClassName
{
background-color: #12667D;
}
.BgClassName
{
background-color: #12667D;
}
</style>
border-color css
<style>
span { border-color: #12667D; }
span { border-color: rgb(18,102,125); }
td.TdClassName
{
border-color: #12667D;
}
.TagClassName
{
border-color: #12667D;
}
</style>