Shades of Allports #12718B
Tints of Allports #12718B
RGB
CMYK
RGB Variations
Color information
#12718B (or 0x12718B) is known color: Allports. HEX triplet: 12, 71 and 8B. RGB value is (18,113,139). Sum of RGB (Red+Green+Blue) = 18+113+139=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #12718B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12718B is #ED8E74. Grayscale: #575757. Windows color (decimal): -15568501 or 9138450. OLE color: 9138450.
HSL color Cylindrical-coordinate representation of color #12718B: hue angle of 192.89º 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 #12718B is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 113 | 139 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.45 |
| HSL | 192.89º | 0.77% | 0.31% | - |
| HSV(B) | 192.89º | 0.87% | 0.55% | - |
| XYZ | 10.81 | 13.8 | 26.52 | - |
| YUV | 87.56 | 157.03 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 139 | 0.87 | 0.19 | 0 | 0.45 | 192.89 | 0.77 | 0.31 |
| Hex | 12 | 71 | 8B | 57 | 13 | 0 | 2D | C1 | 4D | 1F |
| Octal | 22 | 161 | 213 | 127 | 23 | 0 | 55 | 301 | 115 | 37 |
| Binary | 10010 | 1110001 | 10001011 | 1010111 | 10011 | 0 | 101101 | 11000001 | 1001101 | 11111 |
Color Harmonies of #12718B
Complementary color
Monochromatic Colors of #12718B
Black with #12718B
Text Example
Text Example
White with #12718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12718B; }
p { color: rgb(18,113,139); }
H1.HeaderClassName
{
color: #12718B;
}
.AnyTagClassName
{
color: #12718B;
}
</style>
background-color css
<style>
a { background-color: #12718B; }
a { background-color: rgb(18,113,139); }
div.DivClassName
{
background-color: #12718B;
}
.BgClassName
{
background-color: #12718B;
}
</style>
border-color css
<style>
span { border-color: #12718B; }
span { border-color: rgb(18,113,139); }
td.TdClassName
{
border-color: #12718B;
}
.TagClassName
{
border-color: #12718B;
}
</style>