Shades of Allports #0E667D
Tints of Allports #0E667D
RGB
CMYK
RGB Variations
Color information
#0E667D (or 0x0E667D) is known color: Allports. HEX triplet: 0E, 66 and 7D. RGB value is (14,102,125). Sum of RGB (Red+Green+Blue) = 14+102+125=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E667D is #F19982. Grayscale: #4E4E4E. Windows color (decimal): -15833475 or 8218126. OLE color: 8218126.
HSL color Cylindrical-coordinate representation of color #0E667D: hue angle of 192.43º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E667D is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 102 | 125 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.51 |
| HSL | 192.43º | 0.8% | 0.27% | - |
| HSV(B) | 192.43º | 0.89% | 0.49% | - |
| XYZ | 8.63 | 11.08 | 21.09 | - |
| YUV | 78.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 102 | 125 | 0.89 | 0.18 | 0 | 0.51 | 192.43 | 0.8 | 0.27 |
| Hex | E | 66 | 7D | 59 | 12 | 0 | 33 | C0 | 50 | 1B |
| Octal | 16 | 146 | 175 | 131 | 22 | 0 | 63 | 300 | 120 | 33 |
| Binary | 1110 | 1100110 | 1111101 | 1011001 | 10010 | 0 | 110011 | 11000000 | 1010000 | 11011 |
Color Harmonies of #0E667D
Complementary color
Monochromatic Colors of #0E667D
Black with #0E667D
Text Example
Text Example
White with #0E667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E667D; }
p { color: rgb(14,102,125); }
H1.HeaderClassName
{
color: #0E667D;
}
.AnyTagClassName
{
color: #0E667D;
}
</style>
background-color css
<style>
a { background-color: #0E667D; }
a { background-color: rgb(14,102,125); }
div.DivClassName
{
background-color: #0E667D;
}
.BgClassName
{
background-color: #0E667D;
}
</style>
border-color css
<style>
span { border-color: #0E667D; }
span { border-color: rgb(14,102,125); }
td.TdClassName
{
border-color: #0E667D;
}
.TagClassName
{
border-color: #0E667D;
}
</style>