Shades of Allports #12728B
Tints of Allports #12728B
RGB
CMYK
RGB Variations
Color information
#12728B (or 0x12728B) is known color: Allports. HEX triplet: 12, 72 and 8B. RGB value is (18,114,139). Sum of RGB (Red+Green+Blue) = 18+114+139=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #12728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12728B is #ED8D74. Grayscale: #575757. Windows color (decimal): -15568245 or 9138706. OLE color: 9138706.
HSL color Cylindrical-coordinate representation of color #12728B: hue angle of 192.4º 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 #12728B is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 18 | 114 | 139 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.45 |
| HSL | 192.4º | 0.77% | 0.31% | - |
| HSV(B) | 192.4º | 0.87% | 0.55% | - |
| XYZ | 10.93 | 14.03 | 26.56 | - |
| YUV | 88.15 | 156.7 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 139 | 0.87 | 0.18 | 0 | 0.45 | 192.4 | 0.77 | 0.31 |
| Hex | 12 | 72 | 8B | 57 | 12 | 0 | 2D | C0 | 4D | 1F |
| Octal | 22 | 162 | 213 | 127 | 22 | 0 | 55 | 300 | 115 | 37 |
| Binary | 10010 | 1110010 | 10001011 | 1010111 | 10010 | 0 | 101101 | 11000000 | 1001101 | 11111 |
Color Harmonies of #12728B
Complementary color
Monochromatic Colors of #12728B
Black with #12728B
Text Example
Text Example
White with #12728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12728B; }
p { color: rgb(18,114,139); }
H1.HeaderClassName
{
color: #12728B;
}
.AnyTagClassName
{
color: #12728B;
}
</style>
background-color css
<style>
a { background-color: #12728B; }
a { background-color: rgb(18,114,139); }
div.DivClassName
{
background-color: #12728B;
}
.BgClassName
{
background-color: #12728B;
}
</style>
border-color css
<style>
span { border-color: #12728B; }
span { border-color: rgb(18,114,139); }
td.TdClassName
{
border-color: #12728B;
}
.TagClassName
{
border-color: #12728B;
}
</style>