Shades of Allports #0E687A
Tints of Allports #0E687A
RGB
CMYK
RGB Variations
Color information
#0E687A (or 0x0E687A) is known color: Allports. HEX triplet: 0E, 68 and 7A. RGB value is (14,104,122). Sum of RGB (Red+Green+Blue) = 14+104+122=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E687A is #F19785. Grayscale: #4E4E4E. Windows color (decimal): -15832966 or 8022030. OLE color: 8022030.
HSL color Cylindrical-coordinate representation of color #0E687A: hue angle of 190º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E687A is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 104 | 122 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.52 |
| HSL | 190º | 0.79% | 0.27% | - |
| HSV(B) | 190º | 0.89% | 0.48% | - |
| XYZ | 8.64 | 11.4 | 20.16 | - |
| YUV | 79.14 | 152.18 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 122 | 0.89 | 0.15 | 0 | 0.52 | 190 | 0.79 | 0.27 |
| Hex | E | 68 | 7A | 59 | F | 0 | 34 | BE | 4F | 1B |
| Octal | 16 | 150 | 172 | 131 | 17 | 0 | 64 | 276 | 117 | 33 |
| Binary | 1110 | 1101000 | 1111010 | 1011001 | 1111 | 0 | 110100 | 10111110 | 1001111 | 11011 |
Color Harmonies of #0E687A
Complementary color
Monochromatic Colors of #0E687A
Black with #0E687A
Text Example
Text Example
White with #0E687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E687A; }
p { color: rgb(14,104,122); }
H1.HeaderClassName
{
color: #0E687A;
}
.AnyTagClassName
{
color: #0E687A;
}
</style>
background-color css
<style>
a { background-color: #0E687A; }
a { background-color: rgb(14,104,122); }
div.DivClassName
{
background-color: #0E687A;
}
.BgClassName
{
background-color: #0E687A;
}
</style>
border-color css
<style>
span { border-color: #0E687A; }
span { border-color: rgb(14,104,122); }
td.TdClassName
{
border-color: #0E687A;
}
.TagClassName
{
border-color: #0E687A;
}
</style>