Shades of Allports #12728D
Tints of Allports #12728D
RGB
CMYK
RGB Variations
Color information
#12728D (or 0x12728D) is known color: Allports. HEX triplet: 12, 72 and 8D. RGB value is (18,114,141). Sum of RGB (Red+Green+Blue) = 18+114+141=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #12728D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12728D is #ED8D72. Grayscale: #585858. Windows color (decimal): -15568243 or 9269778. OLE color: 9269778.
HSL color Cylindrical-coordinate representation of color #12728D: hue angle of 193.17º 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 #12728D is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 114 | 141 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.45 |
| HSL | 193.17º | 0.77% | 0.31% | - |
| HSV(B) | 193.17º | 0.87% | 0.55% | - |
| XYZ | 11.07 | 14.09 | 27.33 | - |
| YUV | 88.37 | 157.7 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 141 | 0.87 | 0.19 | 0 | 0.45 | 193.17 | 0.77 | 0.31 |
| Hex | 12 | 72 | 8D | 57 | 13 | 0 | 2D | C1 | 4D | 1F |
| Octal | 22 | 162 | 215 | 127 | 23 | 0 | 55 | 301 | 115 | 37 |
| Binary | 10010 | 1110010 | 10001101 | 1010111 | 10011 | 0 | 101101 | 11000001 | 1001101 | 11111 |
Color Harmonies of #12728D
Complementary color
Monochromatic Colors of #12728D
Black with #12728D
Text Example
Text Example
White with #12728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12728D; }
p { color: rgb(18,114,141); }
H1.HeaderClassName
{
color: #12728D;
}
.AnyTagClassName
{
color: #12728D;
}
</style>
background-color css
<style>
a { background-color: #12728D; }
a { background-color: rgb(18,114,141); }
div.DivClassName
{
background-color: #12728D;
}
.BgClassName
{
background-color: #12728D;
}
</style>
border-color css
<style>
span { border-color: #12728D; }
span { border-color: rgb(18,114,141); }
td.TdClassName
{
border-color: #12728D;
}
.TagClassName
{
border-color: #12728D;
}
</style>