Shades of Allports #0E627A
Tints of Allports #0E627A
RGB
CMYK
RGB Variations
Color information
#0E627A (or 0x0E627A) is known color: Allports. HEX triplet: 0E, 62 and 7A. RGB value is (14,98,122). Sum of RGB (Red+Green+Blue) = 14+98+122=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #0E627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E627A is #F19D85. Grayscale: #4B4B4B. Windows color (decimal): -15834502 or 8020494. OLE color: 8020494.
HSL color Cylindrical-coordinate representation of color #0E627A: hue angle of 193.33º 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 #0E627A is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 14 | 98 | 122 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.52 |
| HSL | 193.33º | 0.79% | 0.27% | - |
| HSV(B) | 193.33º | 0.89% | 0.48% | - |
| XYZ | 8.06 | 10.23 | 19.96 | - |
| YUV | 75.62 | 154.17 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 98 | 122 | 0.89 | 0.20 | 0 | 0.52 | 193.33 | 0.79 | 0.27 |
| Hex | E | 62 | 7A | 59 | 14 | 0 | 34 | C1 | 4F | 1B |
| Octal | 16 | 142 | 172 | 131 | 24 | 0 | 64 | 301 | 117 | 33 |
| Binary | 1110 | 1100010 | 1111010 | 1011001 | 10100 | 0 | 110100 | 11000001 | 1001111 | 11011 |
Color Harmonies of #0E627A
Complementary color
Monochromatic Colors of #0E627A
Black with #0E627A
Text Example
Text Example
White with #0E627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E627A; }
p { color: rgb(14,98,122); }
H1.HeaderClassName
{
color: #0E627A;
}
.AnyTagClassName
{
color: #0E627A;
}
</style>
background-color css
<style>
a { background-color: #0E627A; }
a { background-color: rgb(14,98,122); }
div.DivClassName
{
background-color: #0E627A;
}
.BgClassName
{
background-color: #0E627A;
}
</style>
border-color css
<style>
span { border-color: #0E627A; }
span { border-color: rgb(14,98,122); }
td.TdClassName
{
border-color: #0E627A;
}
.TagClassName
{
border-color: #0E627A;
}
</style>