#115787

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

Shades of Bahama Blue #115787

Tints of Bahama Blue #115787

Color information

#115787 (or 0x115787) is unknown color: approx Bahama Blue. HEX triplet: 11, 57 and 87. RGB value is (17,87,135). Sum of RGB (Red+Green+Blue) = 17+87+135=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #115787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115787 is #EEA878. Grayscale: #474747. Windows color (decimal): -15640697 or 8869649. OLE color: 8869649.

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

Color convert

RGB1787135-
CMYK0.870.3600.47
HSL204.41º77.63%29.8%-
HSV(B)204.41º87.41%52.94%-
XYZ8.018.6824.18-
YUV71.54163.8189.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=7.11%
G=36.40%
B=56.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17871350.870.3600.47204.4177.6329.8
Hex115787572402Fcc4e1e
Octal211272071274405731411636
Binary100011010111100001111010111100100010111111001100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115787; }

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

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

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

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

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

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

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

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