#155091

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

Shades of Endeavour #155091

Tints of Endeavour #155091

Color information

#155091 (or 0x155091) is unknown color: approx Endeavour. HEX triplet: 15, 50 and 91. RGB value is (21,80,145). Sum of RGB (Red+Green+Blue) = 21+80+145=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #155091 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155091 is #EAAF6E. Grayscale: #454545. Windows color (decimal): -15380335 or 9523221. OLE color: 9523221.

HSL color Cylindrical-coordinate representation of color #155091: hue angle of 211.45º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155091 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2180145-
CMYK0.860.4500.43
HSL211.45º74.7%32.55%-
HSV(B)211.45º85.52%56.86%-
XYZ8.297.9427.88-
YUV69.77170.4593.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.54%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=8.54%
G=32.52%
B=58.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21801450.860.4500.43211.4574.732.55
Hex155091562D02Bd34b21
Octal251202211265505332311341
Binary1010110100001001000110101101011010101011110100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155091; }

 p { color: rgb(21,80,145); }

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

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

 a { background-color: rgb(21,80,145); }

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

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

 span { border-color: rgb(21,80,145); }

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