Shades of Endeavour #0E5D94
Tints of Endeavour #0E5D94
RGB
CMYK
RGB Variations
Color information
#0E5D94 (or 0x0E5D94) is known color: Endeavour. HEX triplet: 0E, 5D and 94. RGB value is (14,93,148). Sum of RGB (Red+Green+Blue) = 14+93+148=255 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.49% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #0E5D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5D94 is #F1A26B. Grayscale: #4B4B4B. Windows color (decimal): -15835756 or 9723150. OLE color: 9723150.
HSL color Cylindrical-coordinate representation of color #0E5D94: hue angle of 204.63º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5D94 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 93 | 148 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.42 |
| HSL | 204.63º | 0.83% | 0.32% | - |
| HSV(B) | 204.63º | 0.91% | 0.58% | - |
| XYZ | 9.44 | 10.06 | 29.46 | - |
| YUV | 75.65 | 168.83 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 148 | 0.91 | 0.37 | 0 | 0.42 | 204.63 | 0.83 | 0.32 |
| Hex | E | 5D | 94 | 5B | 25 | 0 | 2A | CD | 53 | 20 |
| Octal | 16 | 135 | 224 | 133 | 45 | 0 | 52 | 315 | 123 | 40 |
| Binary | 1110 | 1011101 | 10010100 | 1011011 | 100101 | 0 | 101010 | 11001101 | 1010011 | 100000 |
Color Harmonies of #0E5D94
Complementary color
Monochromatic Colors of #0E5D94
Black with #0E5D94
Text Example
Text Example
White with #0E5D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5D94; }
p { color: rgb(14,93,148); }
H1.HeaderClassName
{
color: #0E5D94;
}
.AnyTagClassName
{
color: #0E5D94;
}
</style>
background-color css
<style>
a { background-color: #0E5D94; }
a { background-color: rgb(14,93,148); }
div.DivClassName
{
background-color: #0E5D94;
}
.BgClassName
{
background-color: #0E5D94;
}
</style>
border-color css
<style>
span { border-color: #0E5D94; }
span { border-color: rgb(14,93,148); }
td.TdClassName
{
border-color: #0E5D94;
}
.TagClassName
{
border-color: #0E5D94;
}
</style>