#155A94

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

Shades of Endeavour #155A94

Tints of Endeavour #155A94

Color information

#155A94 (or 0x155A94) is unknown color: approx Endeavour. HEX triplet: 15, 5A and 94. RGB value is (21,90,148). Sum of RGB (Red+Green+Blue) = 21+90+148=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #155A94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A94 is #EAA56B. Grayscale: #4B4B4B. Windows color (decimal): -15377772 or 9722389. OLE color: 9722389.

HSL color Cylindrical-coordinate representation of color #155A94: hue angle of 207.4º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155A94 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2190148-
CMYK0.860.3900.42
HSL207.4º75.15%33.14%-
HSV(B)207.4º85.81%58.04%-
XYZ9.319.6129.38-
YUV75.98168.6488.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 90 (35.55% from 255) = 34.75%
BLUE value IS 148 (58.20% from 255) = 57.14%
R=8.11%
G=34.75%
B=57.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21901480.860.3900.42207.475.1533.14
Hex155A94562702Acf4b21
Octal251322241264705231711341
Binary1010110110101001010010101101001110101010110011111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A94; }

 p { color: rgb(21,90,148); }

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

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

 a { background-color: rgb(21,90,148); }

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

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

 span { border-color: rgb(21,90,148); }

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