#115B87

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

Shades of Bahama Blue #115B87

Tints of Bahama Blue #115B87

Color information

#115B87 (or 0x115B87) is unknown color: approx Bahama Blue. HEX triplet: 11, 5B and 87. RGB value is (17,91,135). Sum of RGB (Red+Green+Blue) = 17+91+135=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #115B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B87 is #EEA478. Grayscale: #494949. Windows color (decimal): -15639673 or 8870673. OLE color: 8870673.

HSL color Cylindrical-coordinate representation of color #115B87: hue angle of 202.37º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115B87 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1791135-
CMYK0.870.3300.47
HSL202.37º77.63%29.8%-
HSV(B)202.37º87.41%52.94%-
XYZ8.359.3524.29-
YUV73.89162.4887.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 135 (53.12% from 255) = 55.56%
R=7.00%
G=37.45%
B=55.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17911350.870.3300.47202.3777.6329.8
Hex115B87572102Fca4e1e
Octal211332071274105731211636
Binary100011011011100001111010111100001010111111001010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,91,135); }

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

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

 a { background-color: rgb(17,91,135); }

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

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

 span { border-color: rgb(17,91,135); }

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