#155690

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

Shades of Endeavour #155690

Tints of Endeavour #155690

Color information

#155690 (or 0x155690) is unknown color: approx Endeavour. HEX triplet: 15, 56 and 90. RGB value is (21,86,144). Sum of RGB (Red+Green+Blue) = 21+86+144=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #155690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155690 is #EAA96F. Grayscale: #484848. Windows color (decimal): -15378800 or 9459221. OLE color: 9459221.

HSL color Cylindrical-coordinate representation of color #155690: hue angle of 208.29º 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 #155690 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2186144-
CMYK0.850.4000.44
HSL208.29º74.55%32.35%-
HSV(B)208.29º85.42%56.47%-
XYZ8.678.8327.63-
YUV73.18167.9790.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.37%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 144 (56.64% from 255) = 57.37%
R=8.37%
G=34.26%
B=57.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21861440.850.4000.44208.2974.5532.35
Hex155690552802Cd04b20
Octal251262201255005432011340
Binary1010110101101001000010101011010000101100110100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155690; }

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

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

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

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

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

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

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

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