#155E8B

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

Shades of Bahama Blue #155E8B

Tints of Bahama Blue #155E8B

Color information

#155E8B (or 0x155E8B) is unknown color: approx Bahama Blue. HEX triplet: 15, 5E and 8B. RGB value is (21,94,139). Sum of RGB (Red+Green+Blue) = 21+94+139=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #155E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E8B is #EAA174. Grayscale: #4D4D4D. Windows color (decimal): -15376757 or 9133589. OLE color: 9133589.

HSL color Cylindrical-coordinate representation of color #155E8B: hue angle of 202.88º 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 #155E8B is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2194139-
CMYK0.850.3200.45
HSL202.88º73.75%31.37%-
HSV(B)202.88º84.89%54.51%-
XYZ8.9710.0325.89-
YUV77.3162.8287.84-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.27%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 139 (54.69% from 255) = 54.72%
R=8.27%
G=37.01%
B=54.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21941390.850.3200.45202.8873.7531.37
Hex155E8B552002Dcb4a1f
Octal251362131254005531311237
Binary101011011110100010111010101100000010110111001011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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