Shades of Allports #0E707B
Tints of Allports #0E707B
RGB
CMYK
RGB Variations
Color information
#0E707B (or 0x0E707B) is known color: Allports. HEX triplet: 0E, 70 and 7B. RGB value is (14,112,123). Sum of RGB (Red+Green+Blue) = 14+112+123=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E707B is #F18F84. Grayscale: #535353. Windows color (decimal): -15830917 or 8089614. OLE color: 8089614.
HSL color Cylindrical-coordinate representation of color #0E707B: hue angle of 186.06º degrees, saturation: 0.8, 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 #0E707B is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 112 | 123 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.52 |
| HSL | 186.06º | 0.8% | 0.27% | - |
| HSV(B) | 186.06º | 0.89% | 0.48% | - |
| XYZ | 9.55 | 13.11 | 20.77 | - |
| YUV | 83.95 | 150.03 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 112 | 123 | 0.89 | 0.09 | 0 | 0.52 | 186.06 | 0.8 | 0.27 |
| Hex | E | 70 | 7B | 59 | 9 | 0 | 34 | BA | 50 | 1B |
| Octal | 16 | 160 | 173 | 131 | 11 | 0 | 64 | 272 | 120 | 33 |
| Binary | 1110 | 1110000 | 1111011 | 1011001 | 1001 | 0 | 110100 | 10111010 | 1010000 | 11011 |
Color Harmonies of #0E707B
Complementary color
Monochromatic Colors of #0E707B
Black with #0E707B
Text Example
Text Example
White with #0E707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E707B; }
p { color: rgb(14,112,123); }
H1.HeaderClassName
{
color: #0E707B;
}
.AnyTagClassName
{
color: #0E707B;
}
</style>
background-color css
<style>
a { background-color: #0E707B; }
a { background-color: rgb(14,112,123); }
div.DivClassName
{
background-color: #0E707B;
}
.BgClassName
{
background-color: #0E707B;
}
</style>
border-color css
<style>
span { border-color: #0E707B; }
span { border-color: rgb(14,112,123); }
td.TdClassName
{
border-color: #0E707B;
}
.TagClassName
{
border-color: #0E707B;
}
</style>