#116399

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

Shades of Endeavour #116399

Tints of Endeavour #116399

Color information

#116399 (or 0x116399) is unknown color: approx Endeavour. HEX triplet: 11, 63 and 99. RGB value is (17,99,153). Sum of RGB (Red+Green+Blue) = 17+99+153=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #116399 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116399 is #EE9C66. Grayscale: #505050. Windows color (decimal): -15637607 or 10052369. OLE color: 10052369.

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

Color convert

RGB1799153-
CMYK0.890.3500.4
HSL203.82º80%33.33%-
HSV(B)203.82º88.89%60%-
XYZ10.4411.3431.78-
YUV80.64168.8382.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 153 (60.16% from 255) = 56.88%
R=6.32%
G=36.80%
B=56.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17991530.890.3500.4203.828033.33
Hex1163995923028cc5021
Octal211432311314305031412041
Binary1000111000111001100110110011000110101000110011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116399; }

 p { color: rgb(17,99,153); }

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

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

 a { background-color: rgb(17,99,153); }

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

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

 span { border-color: rgb(17,99,153); }

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