Shades of Allports #12617E
Tints of Allports #12617E
RGB
CMYK
RGB Variations
Color information
#12617E (or 0x12617E) is known color: Allports. HEX triplet: 12, 61 and 7E. RGB value is (18,97,126). Sum of RGB (Red+Green+Blue) = 18+97+126=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #12617E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12617E is #ED9E81. Grayscale: #4C4C4C. Windows color (decimal): -15572610 or 8282386. OLE color: 8282386.
HSL color Cylindrical-coordinate representation of color #12617E: hue angle of 196.11º 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 #12617E is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 97 | 126 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.51 |
| HSL | 196.11º | 0.75% | 0.28% | - |
| HSV(B) | 196.11º | 0.86% | 0.49% | - |
| XYZ | 8.29 | 10.18 | 21.27 | - |
| YUV | 76.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 126 | 0.86 | 0.23 | 0 | 0.51 | 196.11 | 0.75 | 0.28 |
| Hex | 12 | 61 | 7E | 56 | 17 | 0 | 33 | C4 | 4B | 1C |
| Octal | 22 | 141 | 176 | 126 | 27 | 0 | 63 | 304 | 113 | 34 |
| Binary | 10010 | 1100001 | 1111110 | 1010110 | 10111 | 0 | 110011 | 11000100 | 1001011 | 11100 |
Color Harmonies of #12617E
Complementary color
Monochromatic Colors of #12617E
Black with #12617E
Text Example
Text Example
White with #12617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12617E; }
p { color: rgb(18,97,126); }
H1.HeaderClassName
{
color: #12617E;
}
.AnyTagClassName
{
color: #12617E;
}
</style>
background-color css
<style>
a { background-color: #12617E; }
a { background-color: rgb(18,97,126); }
div.DivClassName
{
background-color: #12617E;
}
.BgClassName
{
background-color: #12617E;
}
</style>
border-color css
<style>
span { border-color: #12617E; }
span { border-color: rgb(18,97,126); }
td.TdClassName
{
border-color: #12617E;
}
.TagClassName
{
border-color: #12617E;
}
</style>