#155E9E

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

Shades of Endeavour #155E9E

Tints of Endeavour #155E9E

Color information

#155E9E (or 0x155E9E) is unknown color: approx Endeavour. HEX triplet: 15, 5E and 9E. RGB value is (21,94,158). Sum of RGB (Red+Green+Blue) = 21+94+158=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #155E9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E9E is #EAA161. Grayscale: #4F4F4F. Windows color (decimal): -15376738 or 10378773. OLE color: 10378773.

HSL color Cylindrical-coordinate representation of color #155E9E: hue angle of 208.03º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155E9E is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2194158-
CMYK0.870.4100.38
HSL208.03º76.54%35.1%-
HSV(B)208.03º86.71%61.96%-
XYZ10.4810.6333.85-
YUV79.47172.3286.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.69%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=7.69%
G=34.43%
B=57.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21941580.870.4100.38208.0376.5435.1
Hex155E9E5729026d04d23
Octal251362361275104632011543
Binary1010110111101001111010101111010010100110110100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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