#15579F

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

Shades of Endeavour #15579F

Tints of Endeavour #15579F

Color information

#15579F (or 0x15579F) is unknown color: approx Endeavour. HEX triplet: 15, 57 and 9F. RGB value is (21,87,159). Sum of RGB (Red+Green+Blue) = 21+87+159=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #15579F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15579F is #EAA860. Grayscale: #4B4B4B. Windows color (decimal): -15378529 or 10442517. OLE color: 10442517.

HSL color Cylindrical-coordinate representation of color #15579F: hue angle of 211.3º 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 #15579F is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2187159-
CMYK0.870.4500.38
HSL211.3º76.67%35.29%-
HSV(B)211.3º86.79%62.35%-
XYZ9.989.4834.1-
YUV75.47175.1389.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.87%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=7.87%
G=32.58%
B=59.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21871590.870.4500.38211.376.6735.29
Hex15579F572D026d34d23
Octal251272371275504632311543
Binary1010110101111001111110101111011010100110110100111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15579F; }

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

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

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

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

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

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

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

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