#116194

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

Shades of Endeavour #116194

Tints of Endeavour #116194

Color information

#116194 (or 0x116194) is unknown color: approx Endeavour. HEX triplet: 11, 61 and 94. RGB value is (17,97,148). Sum of RGB (Red+Green+Blue) = 17+97+148=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #116194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116194 is #EE9E6B. Grayscale: #4E4E4E. Windows color (decimal): -15638124 or 9724177. OLE color: 9724177.

HSL color Cylindrical-coordinate representation of color #116194: hue angle of 203.36º 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 #116194 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1797148-
CMYK0.890.3400.42
HSL203.36º79.39%32.35%-
HSV(B)203.36º88.51%58.04%-
XYZ9.8510.8129.58-
YUV78.8916783.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.49%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=6.49%
G=37.02%
B=56.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17971480.890.3400.42203.3679.3932.35
Hex116194592202Acb4f20
Octal211412241314205231311740
Binary1000111000011001010010110011000100101010110010111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116194; }

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

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

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

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

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

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

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

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