#116197

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

Shades of Endeavour #116197

Tints of Endeavour #116197

Color information

#116197 (or 0x116197) is unknown color: approx Endeavour. HEX triplet: 11, 61 and 97. RGB value is (17,97,151). Sum of RGB (Red+Green+Blue) = 17+97+151=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #116197 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116197 is #EE9E68. Grayscale: #4E4E4E. Windows color (decimal): -15638121 or 9920785. OLE color: 9920785.

HSL color Cylindrical-coordinate representation of color #116197: hue angle of 204.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #116197 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1797151-
CMYK0.890.3600.41
HSL204.18º79.76%32.94%-
HSV(B)204.18º88.74%59.22%-
XYZ10.0910.930.85-
YUV79.24168.583.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.42%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 151 (59.38% from 255) = 56.98%
R=6.42%
G=36.60%
B=56.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal17971510.890.3600.41204.1879.7632.94
Hex1161975924029cc5021
Octal211412271314405131412041
Binary1000111000011001011110110011001000101001110011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116197; }

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

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

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

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

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

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

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

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