Shades of Bahama Blue #155B89
Tints of Bahama Blue #155B89
RGB
CMYK
RGB Variations
Color information
#155B89 (or 0x155B89) is known color: Bahama Blue. HEX triplet: 15, 5B and 89. RGB value is (21,91,137). Sum of RGB (Red+Green+Blue) = 21+91+137=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #155B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B89 is #EAA476. Grayscale: #4B4B4B. Windows color (decimal): -15377527 or 9001749. OLE color: 9001749.
HSL color Cylindrical-coordinate representation of color #155B89: hue angle of 203.79º 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 #155B89 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 91 | 137 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.46 |
| HSL | 203.79º | 0.73% | 0.31% | - |
| HSV(B) | 203.79º | 0.85% | 0.54% | - |
| XYZ | 8.57 | 9.45 | 25.04 | - |
| YUV | 75.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 137 | 0.85 | 0.34 | 0 | 0.46 | 203.79 | 0.73 | 0.31 |
| Hex | 15 | 5B | 89 | 55 | 22 | 0 | 2E | CC | 49 | 1F |
| Octal | 25 | 133 | 211 | 125 | 42 | 0 | 56 | 314 | 111 | 37 |
| Binary | 10101 | 1011011 | 10001001 | 1010101 | 100010 | 0 | 101110 | 11001100 | 1001001 | 11111 |
Color Harmonies of #155B89
Complementary color
Monochromatic Colors of #155B89
Black with #155B89
Text Example
Text Example
White with #155B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B89; }
p { color: rgb(21,91,137); }
H1.HeaderClassName
{
color: #155B89;
}
.AnyTagClassName
{
color: #155B89;
}
</style>
background-color css
<style>
a { background-color: #155B89; }
a { background-color: rgb(21,91,137); }
div.DivClassName
{
background-color: #155B89;
}
.BgClassName
{
background-color: #155B89;
}
</style>
border-color css
<style>
span { border-color: #155B89; }
span { border-color: rgb(21,91,137); }
td.TdClassName
{
border-color: #155B89;
}
.TagClassName
{
border-color: #155B89;
}
</style>