Shades of Allports #0E738A
Tints of Allports #0E738A
RGB
CMYK
RGB Variations
Color information
#0E738A (or 0x0E738A) is known color: Allports. HEX triplet: 0E, 73 and 8A. RGB value is (14,115,138). Sum of RGB (Red+Green+Blue) = 14+115+138=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #0E738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E738A is #F18C75. Grayscale: #575757. Windows color (decimal): -15830134 or 9073422. OLE color: 9073422.
HSL color Cylindrical-coordinate representation of color #0E738A: hue angle of 191.13º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E738A is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 115 | 138 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.46 |
| HSL | 191.13º | 0.82% | 0.3% | - |
| HSV(B) | 191.13º | 0.9% | 0.54% | - |
| XYZ | 10.9 | 14.19 | 26.21 | - |
| YUV | 87.42 | 156.54 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 115 | 138 | 0.90 | 0.17 | 0 | 0.46 | 191.13 | 0.82 | 0.3 |
| Hex | E | 73 | 8A | 5A | 11 | 0 | 2E | BF | 52 | 1E |
| Octal | 16 | 163 | 212 | 132 | 21 | 0 | 56 | 277 | 122 | 36 |
| Binary | 1110 | 1110011 | 10001010 | 1011010 | 10001 | 0 | 101110 | 10111111 | 1010010 | 11110 |
Color Harmonies of #0E738A
Complementary color
Monochromatic Colors of #0E738A
Black with #0E738A
Text Example
Text Example
White with #0E738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E738A; }
p { color: rgb(14,115,138); }
H1.HeaderClassName
{
color: #0E738A;
}
.AnyTagClassName
{
color: #0E738A;
}
</style>
background-color css
<style>
a { background-color: #0E738A; }
a { background-color: rgb(14,115,138); }
div.DivClassName
{
background-color: #0E738A;
}
.BgClassName
{
background-color: #0E738A;
}
</style>
border-color css
<style>
span { border-color: #0E738A; }
span { border-color: rgb(14,115,138); }
td.TdClassName
{
border-color: #0E738A;
}
.TagClassName
{
border-color: #0E738A;
}
</style>