Shades of Allports #0E728E
Tints of Allports #0E728E
RGB
CMYK
RGB Variations
Color information
#0E728E (or 0x0E728E) is known color: Allports. HEX triplet: 0E, 72 and 8E. RGB value is (14,114,142). Sum of RGB (Red+Green+Blue) = 14+114+142=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E728E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E728E is #F18D71. Grayscale: #575757. Windows color (decimal): -15830386 or 9335310. OLE color: 9335310.
HSL color Cylindrical-coordinate representation of color #0E728E: hue angle of 193.12º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E728E is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 114 | 142 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.44 |
| HSL | 193.13º | 0.82% | 0.31% | - |
| HSV(B) | 193.13º | 0.9% | 0.56% | - |
| XYZ | 11.08 | 14.08 | 27.73 | - |
| YUV | 87.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 142 | 0.90 | 0.20 | 0 | 0.44 | 193.13 | 0.82 | 0.31 |
| Hex | E | 72 | 8E | 5A | 14 | 0 | 2C | C1 | 52 | 1F |
| Octal | 16 | 162 | 216 | 132 | 24 | 0 | 54 | 301 | 122 | 37 |
| Binary | 1110 | 1110010 | 10001110 | 1011010 | 10100 | 0 | 101100 | 11000001 | 1010010 | 11111 |
Color Harmonies of #0E728E
Complementary color
Monochromatic Colors of #0E728E
Black with #0E728E
Text Example
Text Example
White with #0E728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E728E; }
p { color: rgb(14,114,142); }
H1.HeaderClassName
{
color: #0E728E;
}
.AnyTagClassName
{
color: #0E728E;
}
</style>
background-color css
<style>
a { background-color: #0E728E; }
a { background-color: rgb(14,114,142); }
div.DivClassName
{
background-color: #0E728E;
}
.BgClassName
{
background-color: #0E728E;
}
</style>
border-color css
<style>
span { border-color: #0E728E; }
span { border-color: rgb(14,114,142); }
td.TdClassName
{
border-color: #0E728E;
}
.TagClassName
{
border-color: #0E728E;
}
</style>