Shades of Allports #12718A
Tints of Allports #12718A
RGB
CMYK
RGB Variations
Color information
#12718A (or 0x12718A) is known color: Allports. HEX triplet: 12, 71 and 8A. RGB value is (18,113,138). Sum of RGB (Red+Green+Blue) = 18+113+138=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #12718A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12718A is #ED8E75. Grayscale: #575757. Windows color (decimal): -15568502 or 9072914. OLE color: 9072914.
HSL color Cylindrical-coordinate representation of color #12718A: hue angle of 192.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12718A is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 113 | 138 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.46 |
| HSL | 192.5º | 0.77% | 0.31% | - |
| HSV(B) | 192.5º | 0.87% | 0.54% | - |
| XYZ | 10.74 | 13.77 | 26.14 | - |
| YUV | 87.45 | 156.53 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 138 | 0.87 | 0.18 | 0 | 0.46 | 192.5 | 0.77 | 0.31 |
| Hex | 12 | 71 | 8A | 57 | 12 | 0 | 2E | C0 | 4D | 1F |
| Octal | 22 | 161 | 212 | 127 | 22 | 0 | 56 | 300 | 115 | 37 |
| Binary | 10010 | 1110001 | 10001010 | 1010111 | 10010 | 0 | 101110 | 11000000 | 1001101 | 11111 |
Color Harmonies of #12718A
Complementary color
Monochromatic Colors of #12718A
Black with #12718A
Text Example
Text Example
White with #12718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12718A; }
p { color: rgb(18,113,138); }
H1.HeaderClassName
{
color: #12718A;
}
.AnyTagClassName
{
color: #12718A;
}
</style>
background-color css
<style>
a { background-color: #12718A; }
a { background-color: rgb(18,113,138); }
div.DivClassName
{
background-color: #12718A;
}
.BgClassName
{
background-color: #12718A;
}
</style>
border-color css
<style>
span { border-color: #12718A; }
span { border-color: rgb(18,113,138); }
td.TdClassName
{
border-color: #12718A;
}
.TagClassName
{
border-color: #12718A;
}
</style>