#0E5993

Color #0E5993 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #0E5993

Tints of Endeavour #0E5993

Color information

#0E5993 (or 0x0E5993) is unknown color: approx Endeavour. HEX triplet: 0E, 59 and 93. RGB value is (14,89,147). Sum of RGB (Red+Green+Blue) = 14+89+147=250 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #0E5993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5993 is #F1A66C. Grayscale: #484848. Windows color (decimal): -15836781 or 9656590. OLE color: 9656590.

HSL color Cylindrical-coordinate representation of color #0E5993: hue angle of 206.17º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E5993 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1489147-
CMYK0.900.3900.42
HSL206.17º82.61%31.57%-
HSV(B)206.17º90.48%57.65%-
XYZ9.029.3428.93-
YUV73.19169.6585.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 5.6%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 147 (57.81% from 255) = 58.8%
R=5.6%
G=35.6%
B=58.8%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14891470.900.3900.42206.1782.6131.57
HexE59935A2702Ace5320
Octal161312231324705231612340
Binary111010110011001001110110101001110101010110011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E5993; }

 p { color: rgb(14,89,147); }

 H1.HeaderClassName
 {
   color: #0E5993;
 }
 .AnyTagClassName
 {
   color: #0E5993;
 }
</style>
background-color css

<style>
 a { background-color: #0E5993; }

 a { background-color: rgb(14,89,147); }

 div.DivClassName
 {
   background-color: #0E5993;
 }
 .BgClassName
 {
   background-color: #0E5993;
 }
</style>
border-color css

<style>
 span { border-color: #0E5993; }

 span { border-color: rgb(14,89,147); }

 td.TdClassName
 {
   border-color: #0E5993;
 }
 .TagClassName
 {
   border-color: #0E5993;
 }
</style>