#155E90

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

Shades of Endeavour #155E90

Tints of Endeavour #155E90

Color information

#155E90 (or 0x155E90) is unknown color: approx Endeavour. HEX triplet: 15, 5E and 90. RGB value is (21,94,144). Sum of RGB (Red+Green+Blue) = 21+94+144=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #155E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E90 is #EAA16F. Grayscale: #4D4D4D. Windows color (decimal): -15376752 or 9461269. OLE color: 9461269.

HSL color Cylindrical-coordinate representation of color #155E90: hue angle of 204.39º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155E90 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2194144-
CMYK0.850.3500.44
HSL204.39º74.55%32.35%-
HSV(B)204.39º85.42%56.47%-
XYZ9.3510.1827.86-
YUV77.87165.3287.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.11%
GREEN value IS 94 (37.11% from 255) = 36.29%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=8.11%
G=36.29%
B=55.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21941440.850.3500.44204.3974.5532.35
Hex155E90552302Ccc4b20
Octal251362201254305431411340
Binary1010110111101001000010101011000110101100110011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,94,144); }

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

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

 a { background-color: rgb(21,94,144); }

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

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

 span { border-color: rgb(21,94,144); }

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