#0E5A95

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

Shades of Endeavour #0E5A95

Tints of Endeavour #0E5A95

Color information

#0E5A95 (or 0x0E5A95) is unknown color: approx Endeavour. HEX triplet: 0E, 5A and 95. RGB value is (14,90,149). Sum of RGB (Red+Green+Blue) = 14+90+149=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E5A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5A95 is #F1A56A. Grayscale: #494949. Windows color (decimal): -15836523 or 9787918. OLE color: 9787918.

HSL color Cylindrical-coordinate representation of color #0E5A95: hue angle of 206.22º 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 #0E5A95 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1490149-
CMYK0.910.4000.42
HSL206.22º82.82%31.96%-
HSV(B)206.22º90.6%58.43%-
XYZ9.269.5829.79-
YUV74170.3285.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 90 (35.55% from 255) = 35.57%
BLUE value IS 149 (58.59% from 255) = 58.89%
R=5.53%
G=35.57%
B=58.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14901490.910.4000.42206.2282.8231.96
HexE5A955B2802Ace5320
Octal161322251335005231612340
Binary111010110101001010110110111010000101010110011101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,90,149); }

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

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

 a { background-color: rgb(14,90,149); }

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

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

 span { border-color: rgb(14,90,149); }

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