#155B8C

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

Shades of Bahama Blue #155B8C

Tints of Bahama Blue #155B8C

Color information

#155B8C (or 0x155B8C) is unknown color: approx Bahama Blue. HEX triplet: 15, 5B and 8C. RGB value is (21,91,140). Sum of RGB (Red+Green+Blue) = 21+91+140=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #155B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B8C is #EAA473. Grayscale: #4B4B4B. Windows color (decimal): -15377524 or 9198357. OLE color: 9198357.

HSL color Cylindrical-coordinate representation of color #155B8C: hue angle of 204.71º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155B8C is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2191140-
CMYK0.850.3500.45
HSL204.71º73.91%31.57%-
HSV(B)204.71º85%54.9%-
XYZ8.789.5426.19-
YUV75.66164.3189.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 140 (55.08% from 255) = 55.56%
R=8.33%
G=36.11%
B=55.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21911400.850.3500.45204.7173.9131.57
Hex155B8C552302Dcd4a20
Octal251332141254305531511240
Binary1010110110111000110010101011000110101101110011011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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