#116195

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

Shades of Endeavour #116195

Tints of Endeavour #116195

Color information

#116195 (or 0x116195) is unknown color: approx Endeavour. HEX triplet: 11, 61 and 95. RGB value is (17,97,149). Sum of RGB (Red+Green+Blue) = 17+97+149=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #116195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116195 is #EE9E6A. Grayscale: #4E4E4E. Windows color (decimal): -15638123 or 9789713. OLE color: 9789713.

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

Color convert

RGB1797149-
CMYK0.890.3500.42
HSL203.64º79.52%32.55%-
HSV(B)203.64º88.59%58.43%-
XYZ9.9310.8430-
YUV79.01167.583.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.46%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 149 (58.59% from 255) = 56.65%
R=6.46%
G=36.88%
B=56.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17971490.890.3500.42203.6479.5232.55
Hex116195592302Acc5021
Octal211412251314305231412041
Binary1000111000011001010110110011000110101010110011001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116195; }

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

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

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

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

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

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

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

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