#155794

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

Shades of Endeavour #155794

Tints of Endeavour #155794

Color information

#155794 (or 0x155794) is unknown color: approx Endeavour. HEX triplet: 15, 57 and 94. RGB value is (21,87,148). Sum of RGB (Red+Green+Blue) = 21+87+148=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #155794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155794 is #EAA86B. Grayscale: #494949. Windows color (decimal): -15378540 or 9721621. OLE color: 9721621.

HSL color Cylindrical-coordinate representation of color #155794: hue angle of 208.82º 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 #155794 is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2187148-
CMYK0.860.4100.42
HSL208.82º75.15%33.14%-
HSV(B)208.82º85.81%58.04%-
XYZ9.069.1129.3-
YUV74.22169.6390.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=8.20%
G=33.98%
B=57.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21871480.860.4100.42208.8275.1533.14
Hex155794562902Ad14b21
Octal251272241265105232111341
Binary1010110101111001010010101101010010101010110100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155794; }

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

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

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

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

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

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

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

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