#155A8B

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

Shades of Bahama Blue #155A8B

Tints of Bahama Blue #155A8B

Color information

#155A8B (or 0x155A8B) is unknown color: approx Bahama Blue. HEX triplet: 15, 5A and 8B. RGB value is (21,90,139). Sum of RGB (Red+Green+Blue) = 21+90+139=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #155A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A8B is #EAA574. Grayscale: #4A4A4A. Windows color (decimal): -15377781 or 9132565. OLE color: 9132565.

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

Color convert

RGB2190139-
CMYK0.850.3500.45
HSL204.92º73.75%31.37%-
HSV(B)204.92º84.89%54.51%-
XYZ8.639.3425.77-
YUV74.96164.1489.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.4%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=8.4%
G=36%
B=55.6%

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
Decimal21901390.850.3500.45204.9273.7531.37
Hex155A8B552302Dcd4a1f
Octal251322131254305531511237
Binary101011011010100010111010101100011010110111001101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,90,139); }

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

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

 a { background-color: rgb(21,90,139); }

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

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

 span { border-color: rgb(21,90,139); }

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