#155E89

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

Shades of Bahama Blue #155E89

Tints of Bahama Blue #155E89

Color information

#155E89 (or 0x155E89) is unknown color: approx Bahama Blue. HEX triplet: 15, 5E and 89. RGB value is (21,94,137). Sum of RGB (Red+Green+Blue) = 21+94+137=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #155E89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155E89 is #EAA176. Grayscale: #4C4C4C. Windows color (decimal): -15376759 or 9002517. OLE color: 9002517.

HSL color Cylindrical-coordinate representation of color #155E89: hue angle of 202.24º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155E89 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2194137-
CMYK0.850.3100.46
HSL202.24º73.42%30.98%-
HSV(B)202.24º84.67%53.73%-
XYZ8.839.9725.13-
YUV77.07161.8288-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.33%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 137 (53.91% from 255) = 54.37%
R=8.33%
G=37.30%
B=54.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21941370.850.3100.46202.2473.4230.98
Hex155E89551F02Eca491f
Octal251362111253705631211137
Binary10101101111010001001101010111111010111011001010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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