#11568E

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

Shades of Endeavour #11568E

Tints of Endeavour #11568E

Color information

#11568E (or 0x11568E) is unknown color: approx Endeavour. HEX triplet: 11, 56 and 8E. RGB value is (17,86,142). Sum of RGB (Red+Green+Blue) = 17+86+142=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #11568E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11568E is #EEA971. Grayscale: #474747. Windows color (decimal): -15640946 or 9328145. OLE color: 9328145.

HSL color Cylindrical-coordinate representation of color #11568E: hue angle of 206.88º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11568E is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1786142-
CMYK0.880.3900.44
HSL206.88º78.62%31.18%-
HSV(B)206.88º88.03%55.69%-
XYZ8.448.7326.83-
YUV71.75167.6488.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.94%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=6.94%
G=35.10%
B=57.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17861420.880.3900.44206.8878.6231.18
Hex11568E582702Ccf4f1f
Octal211262161304705431711737
Binary100011010110100011101011000100111010110011001111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,86,142); }

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

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

 a { background-color: rgb(17,86,142); }

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

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

 span { border-color: rgb(17,86,142); }

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