#15569E

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

Shades of Endeavour #15569E

Tints of Endeavour #15569E

Color information

#15569E (or 0x15569E) is unknown color: approx Endeavour. HEX triplet: 15, 56 and 9E. RGB value is (21,86,158). Sum of RGB (Red+Green+Blue) = 21+86+158=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #15569E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15569E is #EAA961. Grayscale: #4A4A4A. Windows color (decimal): -15378786 or 10376725. OLE color: 10376725.

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

Color convert

RGB2186158-
CMYK0.870.4600.38
HSL211.53º76.54%35.1%-
HSV(B)211.53º86.71%61.96%-
XYZ9.819.2833.62-
YUV74.77174.9789.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=7.92%
G=32.45%
B=59.62%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21861580.870.4600.38211.5376.5435.1
Hex15569E572E026d44d23
Octal251262361275604632411543
Binary1010110101101001111010101111011100100110110101001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15569E; }

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

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

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

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

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

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

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

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