Shades of Allports #0E648E
Tints of Allports #0E648E
RGB
CMYK
RGB Variations
Color information
#0E648E (or 0x0E648E) is known color: Allports. HEX triplet: 0E, 64 and 8E. RGB value is (14,100,142). Sum of RGB (Red+Green+Blue) = 14+100+142=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #0E648E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E648E is #F19B71. Grayscale: #4E4E4E. Windows color (decimal): -15833970 or 9331726. OLE color: 9331726.
HSL color Cylindrical-coordinate representation of color #0E648E: hue angle of 199.69º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E648E is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 100 | 142 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.44 |
| HSL | 199.69º | 0.82% | 0.31% | - |
| HSV(B) | 199.69º | 0.9% | 0.56% | - |
| XYZ | 9.62 | 11.16 | 27.24 | - |
| YUV | 79.07 | 163.51 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 142 | 0.90 | 0.30 | 0 | 0.44 | 199.69 | 0.82 | 0.31 |
| Hex | E | 64 | 8E | 5A | 1E | 0 | 2C | C8 | 52 | 1F |
| Octal | 16 | 144 | 216 | 132 | 36 | 0 | 54 | 310 | 122 | 37 |
| Binary | 1110 | 1100100 | 10001110 | 1011010 | 11110 | 0 | 101100 | 11001000 | 1010010 | 11111 |
Color Harmonies of #0E648E
Complementary color
Monochromatic Colors of #0E648E
Black with #0E648E
Text Example
Text Example
White with #0E648E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E648E; }
p { color: rgb(14,100,142); }
H1.HeaderClassName
{
color: #0E648E;
}
.AnyTagClassName
{
color: #0E648E;
}
</style>
background-color css
<style>
a { background-color: #0E648E; }
a { background-color: rgb(14,100,142); }
div.DivClassName
{
background-color: #0E648E;
}
.BgClassName
{
background-color: #0E648E;
}
</style>
border-color css
<style>
span { border-color: #0E648E; }
span { border-color: rgb(14,100,142); }
td.TdClassName
{
border-color: #0E648E;
}
.TagClassName
{
border-color: #0E648E;
}
</style>