#155B87

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

Shades of Bahama Blue #155B87

Tints of Bahama Blue #155B87

Color information

#155B87 (or 0x155B87) is unknown color: approx Bahama Blue. HEX triplet: 15, 5B and 87. RGB value is (21,91,135). Sum of RGB (Red+Green+Blue) = 21+91+135=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #155B87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B87 is #EAA478. Grayscale: #4A4A4A. Windows color (decimal): -15377529 or 8870677. OLE color: 8870677.

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

Color convert

RGB2191135-
CMYK0.840.3300.47
HSL203.16º73.08%30.59%-
HSV(B)203.16º84.44%52.94%-
XYZ8.429.3924.29-
YUV75.09161.8189.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=8.50%
G=36.84%
B=54.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21911350.840.3300.47203.1673.0830.59
Hex155B87542102Fcb491f
Octal251332071244105731311137
Binary101011011011100001111010100100001010111111001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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