#155E99

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

Shades of Endeavour #155E99

Tints of Endeavour #155E99

Color information

#155E99 (or 0x155E99) is unknown color: approx Endeavour. HEX triplet: 15, 5E and 99. RGB value is (21,94,153). Sum of RGB (Red+Green+Blue) = 21+94+153=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #155E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E99 is #EAA166. Grayscale: #4E4E4E. Windows color (decimal): -15376743 or 10051093. OLE color: 10051093.

HSL color Cylindrical-coordinate representation of color #155E99: hue angle of 206.82º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #155E99 is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2194153-
CMYK0.860.3900.4
HSL206.82º75.86%34.12%-
HSV(B)206.82º86.27%60%-
XYZ10.0610.4631.63-
YUV78.9169.8286.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.84%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=7.84%
G=35.07%
B=57.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal21941530.860.3900.4206.8275.8634.12
Hex155E995627028cf4c22
Octal251362311264705031711442
Binary1010110111101001100110101101001110101000110011111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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