#115F92

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

Shades of Endeavour #115F92

Tints of Endeavour #115F92

Color information

#115F92 (or 0x115F92) is unknown color: approx Endeavour. HEX triplet: 11, 5F and 92. RGB value is (17,95,146). Sum of RGB (Red+Green+Blue) = 17+95+146=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #115F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115F92 is #EEA06D. Grayscale: #4D4D4D. Windows color (decimal): -15638638 or 9592593. OLE color: 9592593.

HSL color Cylindrical-coordinate representation of color #115F92: hue angle of 203.72º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115F92 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1795146-
CMYK0.880.3500.43
HSL203.72º79.14%31.96%-
HSV(B)203.72º88.36%57.25%-
XYZ9.5110.3828.7-
YUV77.49166.6684.85-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=6.59%
G=36.82%
B=56.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17951460.880.3500.43203.7279.1431.96
Hex115F92582302Bcc4f20
Octal211372221304305331411740
Binary1000110111111001001010110001000110101011110011001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115F92; }

 p { color: rgb(17,95,146); }

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

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

 a { background-color: rgb(17,95,146); }

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

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

 span { border-color: rgb(17,95,146); }

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