#155694

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

Shades of Endeavour #155694

Tints of Endeavour #155694

Color information

#155694 (or 0x155694) is unknown color: approx Endeavour. HEX triplet: 15, 56 and 94. RGB value is (21,86,148). Sum of RGB (Red+Green+Blue) = 21+86+148=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #155694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155694 is #EAA96B. Grayscale: #494949. Windows color (decimal): -15378796 or 9721365. OLE color: 9721365.

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

Color convert

RGB2186148-
CMYK0.860.4200.42
HSL209.29º75.15%33.14%-
HSV(B)209.29º85.81%58.04%-
XYZ8.988.9529.27-
YUV73.63169.9790.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 86 (33.98% from 255) = 33.73%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=8.24%
G=33.73%
B=58.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21861480.860.4200.42209.2975.1533.14
Hex155694562A02Ad14b21
Octal251262241265205232111341
Binary1010110101101001010010101101010100101010110100011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155694; }

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

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

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

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

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

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

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

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