#116498

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

Shades of Endeavour #116498

Tints of Endeavour #116498

Color information

#116498 (or 0x116498) is unknown color: approx Endeavour. HEX triplet: 11, 64 and 98. RGB value is (17,100,152). Sum of RGB (Red+Green+Blue) = 17+100+152=269 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.32% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #116498 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116498 is #EE9B67. Grayscale: #505050. Windows color (decimal): -15637352 or 9987089. OLE color: 9987089.

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

Color convert

RGB17100152-
CMYK0.890.3400.40
HSL203.11º79.88%33.14%-
HSV(B)203.11º88.82%59.61%-
XYZ10.4611.531.37-
YUV81.1116882.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.32%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=6.32%
G=37.17%
B=56.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal171001520.890.3400.40203.1179.8833.14
Hex1164985922028cb5021
Octal211442301314205031312041
Binary1000111001001001100010110011000100101000110010111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116498; }

 p { color: rgb(17,100,152); }

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

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

 a { background-color: rgb(17,100,152); }

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

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

 span { border-color: rgb(17,100,152); }

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