#116094

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

Shades of Endeavour #116094

Tints of Endeavour #116094

Color information

#116094 (or 0x116094) is unknown color: approx Endeavour. HEX triplet: 11, 60 and 94. RGB value is (17,96,148). Sum of RGB (Red+Green+Blue) = 17+96+148=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #116094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116094 is #EE9F6B. Grayscale: #4E4E4E. Windows color (decimal): -15638380 or 9723921. OLE color: 9723921.

HSL color Cylindrical-coordinate representation of color #116094: hue angle of 203.82º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116094 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1796148-
CMYK0.890.3500.42
HSL203.82º79.39%32.35%-
HSV(B)203.82º88.51%58.04%-
XYZ9.7610.6229.55-
YUV78.31167.3384.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=6.51%
G=36.78%
B=56.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17961480.890.3500.42203.8279.3932.35
Hex116094592302Acc4f20
Octal211402241314305231411740
Binary1000111000001001010010110011000110101010110011001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116094; }

 p { color: rgb(17,96,148); }

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

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

 a { background-color: rgb(17,96,148); }

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

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

 span { border-color: rgb(17,96,148); }

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