#0E609B

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

Shades of Endeavour #0E609B

Tints of Endeavour #0E609B

Color information

#0E609B (or 0x0E609B) is unknown color: approx Endeavour. HEX triplet: 0E, 60 and 9B. RGB value is (14,96,155). Sum of RGB (Red+Green+Blue) = 14+96+155=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E609B is #F19F64. Grayscale: #4D4D4D. Windows color (decimal): -15834981 or 10182670. OLE color: 10182670.

HSL color Cylindrical-coordinate representation of color #0E609B: hue angle of 205.11º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E609B is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1496155-
CMYK0.910.3800.39
HSL205.11º83.43%33.14%-
HSV(B)205.11º90.97%60.78%-
XYZ10.2810.8332.56-
YUV78.21171.3382.2-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.28%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=5.28%
G=36.23%
B=58.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14961550.910.3800.39205.1183.4333.14
HexE609B5B26027cd5321
Octal161402331334604731512341
Binary111011000001001101110110111001100100111110011011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,96,155); }

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

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

 a { background-color: rgb(14,96,155); }

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

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

 span { border-color: rgb(14,96,155); }

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