Shades of Allports #0E647D
Tints of Allports #0E647D
RGB
CMYK
RGB Variations
Color information
#0E647D (or 0x0E647D) is known color: Allports. HEX triplet: 0E, 64 and 7D. RGB value is (14,100,125). Sum of RGB (Red+Green+Blue) = 14+100+125=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E647D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E647D is #F19B82. Grayscale: #4C4C4C. Windows color (decimal): -15833987 or 8217614. OLE color: 8217614.
HSL color Cylindrical-coordinate representation of color #0E647D: hue angle of 193.51º 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 #0E647D is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 100 | 125 | - |
| CMYK | 0.89 | 0.2 | 0 | 0.51 |
| HSL | 193.51º | 0.8% | 0.27% | - |
| HSV(B) | 193.51º | 0.89% | 0.49% | - |
| XYZ | 8.44 | 10.69 | 21.02 | - |
| YUV | 77.14 | 155.01 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 125 | 0.89 | 0.2 | 0 | 0.51 | 193.51 | 0.8 | 0.27 |
| Hex | E | 64 | 7D | 59 | 14 | 0 | 33 | C2 | 50 | 1B |
| Octal | 16 | 144 | 175 | 131 | 24 | 0 | 63 | 302 | 120 | 33 |
| Binary | 1110 | 1100100 | 1111101 | 1011001 | 10100 | 0 | 110011 | 11000010 | 1010000 | 11011 |
Color Harmonies of #0E647D
Complementary color
Monochromatic Colors of #0E647D
Black with #0E647D
Text Example
Text Example
White with #0E647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E647D; }
p { color: rgb(14,100,125); }
H1.HeaderClassName
{
color: #0E647D;
}
.AnyTagClassName
{
color: #0E647D;
}
</style>
background-color css
<style>
a { background-color: #0E647D; }
a { background-color: rgb(14,100,125); }
div.DivClassName
{
background-color: #0E647D;
}
.BgClassName
{
background-color: #0E647D;
}
</style>
border-color css
<style>
span { border-color: #0E647D; }
span { border-color: rgb(14,100,125); }
td.TdClassName
{
border-color: #0E647D;
}
.TagClassName
{
border-color: #0E647D;
}
</style>