#115295

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

Shades of Endeavour #115295

Tints of Endeavour #115295

Color information

#115295 (or 0x115295) is unknown color: approx Endeavour. HEX triplet: 11, 52 and 95. RGB value is (17,82,149). Sum of RGB (Red+Green+Blue) = 17+82+149=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #115295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115295 is #EEAD6A. Grayscale: #454545. Windows color (decimal): -15641963 or 9785873. OLE color: 9785873.

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

Color convert

RGB1782149-
CMYK0.890.4500.42
HSL210.45º79.52%32.55%-
HSV(B)210.45º88.59%58.43%-
XYZ8.678.3229.58-
YUV70.2172.4790.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 149 (58.59% from 255) = 60.08%
R=6.85%
G=33.06%
B=60.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17821490.890.4500.42210.4579.5232.55
Hex115295592D02Ad25021
Octal211222251315505232212041
Binary1000110100101001010110110011011010101010110100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115295; }

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

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

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

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

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

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

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

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