Shades of Allports #0E6D82
Tints of Allports #0E6D82
RGB
CMYK
RGB Variations
Color information
#0E6D82 (or 0x0E6D82) is known color: Allports. HEX triplet: 0E, 6D and 82. RGB value is (14,109,130). Sum of RGB (Red+Green+Blue) = 14+109+130=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #0E6D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6D82 is #F1927D. Grayscale: #525252. Windows color (decimal): -15831678 or 8547598. OLE color: 8547598.
HSL color Cylindrical-coordinate representation of color #0E6D82: hue angle of 190.86º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E6D82 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 109 | 130 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.49 |
| HSL | 190.86º | 0.81% | 0.28% | - |
| HSV(B) | 190.86º | 0.89% | 0.51% | - |
| XYZ | 9.68 | 12.64 | 23.05 | - |
| YUV | 82.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 109 | 130 | 0.89 | 0.16 | 0 | 0.49 | 190.86 | 0.81 | 0.28 |
| Hex | E | 6D | 82 | 59 | 10 | 0 | 31 | BF | 51 | 1C |
| Octal | 16 | 155 | 202 | 131 | 20 | 0 | 61 | 277 | 121 | 34 |
| Binary | 1110 | 1101101 | 10000010 | 1011001 | 10000 | 0 | 110001 | 10111111 | 1010001 | 11100 |
Color Harmonies of #0E6D82
Complementary color
Monochromatic Colors of #0E6D82
Black with #0E6D82
Text Example
Text Example
White with #0E6D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6D82; }
p { color: rgb(14,109,130); }
H1.HeaderClassName
{
color: #0E6D82;
}
.AnyTagClassName
{
color: #0E6D82;
}
</style>
background-color css
<style>
a { background-color: #0E6D82; }
a { background-color: rgb(14,109,130); }
div.DivClassName
{
background-color: #0E6D82;
}
.BgClassName
{
background-color: #0E6D82;
}
</style>
border-color css
<style>
span { border-color: #0E6D82; }
span { border-color: rgb(14,109,130); }
td.TdClassName
{
border-color: #0E6D82;
}
.TagClassName
{
border-color: #0E6D82;
}
</style>