Shades of Allports #0E768E
Tints of Allports #0E768E
RGB
CMYK
RGB Variations
Color information
#0E768E (or 0x0E768E) is known color: Allports. HEX triplet: 0E, 76 and 8E. RGB value is (14,118,142). Sum of RGB (Red+Green+Blue) = 14+118+142=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E768E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E768E is #F18971. Grayscale: #595959. Windows color (decimal): -15829362 or 9336334. OLE color: 9336334.
HSL color Cylindrical-coordinate representation of color #0E768E: hue angle of 191.25º 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 #0E768E is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 118 | 142 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.44 |
| HSL | 191.25º | 0.82% | 0.31% | - |
| HSV(B) | 191.25º | 0.9% | 0.56% | - |
| XYZ | 11.54 | 15 | 27.88 | - |
| YUV | 89.64 | 157.54 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 118 | 142 | 0.90 | 0.17 | 0 | 0.44 | 191.25 | 0.82 | 0.31 |
| Hex | E | 76 | 8E | 5A | 11 | 0 | 2C | BF | 52 | 1F |
| Octal | 16 | 166 | 216 | 132 | 21 | 0 | 54 | 277 | 122 | 37 |
| Binary | 1110 | 1110110 | 10001110 | 1011010 | 10001 | 0 | 101100 | 10111111 | 1010010 | 11111 |
Color Harmonies of #0E768E
Complementary color
Monochromatic Colors of #0E768E
Black with #0E768E
Text Example
Text Example
White with #0E768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E768E; }
p { color: rgb(14,118,142); }
H1.HeaderClassName
{
color: #0E768E;
}
.AnyTagClassName
{
color: #0E768E;
}
</style>
background-color css
<style>
a { background-color: #0E768E; }
a { background-color: rgb(14,118,142); }
div.DivClassName
{
background-color: #0E768E;
}
.BgClassName
{
background-color: #0E768E;
}
</style>
border-color css
<style>
span { border-color: #0E768E; }
span { border-color: rgb(14,118,142); }
td.TdClassName
{
border-color: #0E768E;
}
.TagClassName
{
border-color: #0E768E;
}
</style>