Shades of Allports #12718D
Tints of Allports #12718D
RGB
CMYK
RGB Variations
Color information
#12718D (or 0x12718D) is known color: Allports. HEX triplet: 12, 71 and 8D. RGB value is (18,113,141). Sum of RGB (Red+Green+Blue) = 18+113+141=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 113 (44.53% from 255 or 41.54% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #12718D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12718D is #ED8E72. Grayscale: #575757. Windows color (decimal): -15568499 or 9269522. OLE color: 9269522.
HSL color Cylindrical-coordinate representation of color #12718D: hue angle of 193.66º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12718D is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 113 | 141 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.45 |
| HSL | 193.66º | 0.77% | 0.31% | - |
| HSV(B) | 193.66º | 0.87% | 0.55% | - |
| XYZ | 10.96 | 13.86 | 27.3 | - |
| YUV | 87.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 141 | 0.87 | 0.20 | 0 | 0.45 | 193.66 | 0.77 | 0.31 |
| Hex | 12 | 71 | 8D | 57 | 14 | 0 | 2D | C2 | 4D | 1F |
| Octal | 22 | 161 | 215 | 127 | 24 | 0 | 55 | 302 | 115 | 37 |
| Binary | 10010 | 1110001 | 10001101 | 1010111 | 10100 | 0 | 101101 | 11000010 | 1001101 | 11111 |
Color Harmonies of #12718D
Complementary color
Monochromatic Colors of #12718D
Black with #12718D
Text Example
Text Example
White with #12718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12718D; }
p { color: rgb(18,113,141); }
H1.HeaderClassName
{
color: #12718D;
}
.AnyTagClassName
{
color: #12718D;
}
</style>
background-color css
<style>
a { background-color: #12718D; }
a { background-color: rgb(18,113,141); }
div.DivClassName
{
background-color: #12718D;
}
.BgClassName
{
background-color: #12718D;
}
</style>
border-color css
<style>
span { border-color: #12718D; }
span { border-color: rgb(18,113,141); }
td.TdClassName
{
border-color: #12718D;
}
.TagClassName
{
border-color: #12718D;
}
</style>