Shades of Allports #0E728C
Tints of Allports #0E728C
RGB
CMYK
RGB Variations
Color information
#0E728C (or 0x0E728C) is known color: Allports. HEX triplet: 0E, 72 and 8C. RGB value is (14,114,140). Sum of RGB (Red+Green+Blue) = 14+114+140=268 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.22% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E728C is #F18D73. Grayscale: #565656. Windows color (decimal): -15830388 or 9204238. OLE color: 9204238.
HSL color Cylindrical-coordinate representation of color #0E728C: hue angle of 192.38º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E728C is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 114 | 140 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.45 |
| HSL | 192.38º | 0.82% | 0.3% | - |
| HSV(B) | 192.38º | 0.9% | 0.55% | - |
| XYZ | 10.93 | 14.02 | 26.94 | - |
| YUV | 87.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 114 | 140 | 0.90 | 0.19 | 0 | 0.45 | 192.38 | 0.82 | 0.3 |
| Hex | E | 72 | 8C | 5A | 13 | 0 | 2D | C0 | 52 | 1E |
| Octal | 16 | 162 | 214 | 132 | 23 | 0 | 55 | 300 | 122 | 36 |
| Binary | 1110 | 1110010 | 10001100 | 1011010 | 10011 | 0 | 101101 | 11000000 | 1010010 | 11110 |
Color Harmonies of #0E728C
Complementary color
Monochromatic Colors of #0E728C
Black with #0E728C
Text Example
Text Example
White with #0E728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E728C; }
p { color: rgb(14,114,140); }
H1.HeaderClassName
{
color: #0E728C;
}
.AnyTagClassName
{
color: #0E728C;
}
</style>
background-color css
<style>
a { background-color: #0E728C; }
a { background-color: rgb(14,114,140); }
div.DivClassName
{
background-color: #0E728C;
}
.BgClassName
{
background-color: #0E728C;
}
</style>
border-color css
<style>
span { border-color: #0E728C; }
span { border-color: rgb(14,114,140); }
td.TdClassName
{
border-color: #0E728C;
}
.TagClassName
{
border-color: #0E728C;
}
</style>