#116298

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

Shades of Endeavour #116298

Tints of Endeavour #116298

Color information

#116298 (or 0x116298) is unknown color: approx Endeavour. HEX triplet: 11, 62 and 98. RGB value is (17,98,152). Sum of RGB (Red+Green+Blue) = 17+98+152=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #116298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116298 is #EE9D67. Grayscale: #4F4F4F. Windows color (decimal): -15637864 or 9986577. OLE color: 9986577.

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

Color convert

RGB1798152-
CMYK0.890.3600.40
HSL204º79.88%33.14%-
HSV(B)204º88.82%59.61%-
XYZ10.2711.1231.31-
YUV79.94168.6683.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.37%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=6.37%
G=36.70%
B=56.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17981520.890.3600.4020479.8833.14
Hex1162985924028cc5021
Octal211422301314405031412041
Binary1000111000101001100010110011001000101000110011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116298; }

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

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

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

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

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

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

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

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