#116398

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

Shades of Endeavour #116398

Tints of Endeavour #116398

Color information

#116398 (or 0x116398) is unknown color: approx Endeavour. HEX triplet: 11, 63 and 98. RGB value is (17,99,152). Sum of RGB (Red+Green+Blue) = 17+99+152=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #116398 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116398 is #EE9C67. Grayscale: #505050. Windows color (decimal): -15637608 or 9986833. OLE color: 9986833.

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

Color convert

RGB1799152-
CMYK0.890.3500.40
HSL203.56º79.88%33.14%-
HSV(B)203.56º88.82%59.61%-
XYZ10.3611.3131.34-
YUV80.52168.3382.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 152 (59.77% from 255) = 56.72%
R=6.34%
G=36.94%
B=56.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17991520.890.3500.40203.5679.8833.14
Hex1163985923028cc5021
Octal211432301314305031412041
Binary1000111000111001100010110011000110101000110011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116398; }

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

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

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

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

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

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

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

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