Shades of Bahama Blue #155D89
Tints of Bahama Blue #155D89
RGB
CMYK
RGB Variations
Color information
#155D89 (or 0x155D89) is known color: Bahama Blue. HEX triplet: 15, 5D and 89. RGB value is (21,93,137). Sum of RGB (Red+Green+Blue) = 21+93+137=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #155D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D89 is #EAA276. Grayscale: #4C4C4C. Windows color (decimal): -15377015 or 9002261. OLE color: 9002261.
HSL color Cylindrical-coordinate representation of color #155D89: hue angle of 202.76º 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 #155D89 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 93 | 137 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.46 |
| HSL | 202.76º | 0.73% | 0.31% | - |
| HSV(B) | 202.76º | 0.85% | 0.54% | - |
| XYZ | 8.74 | 9.79 | 25.1 | - |
| YUV | 76.49 | 162.15 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 137 | 0.85 | 0.32 | 0 | 0.46 | 202.76 | 0.73 | 0.31 |
| Hex | 15 | 5D | 89 | 55 | 20 | 0 | 2E | CB | 49 | 1F |
| Octal | 25 | 135 | 211 | 125 | 40 | 0 | 56 | 313 | 111 | 37 |
| Binary | 10101 | 1011101 | 10001001 | 1010101 | 100000 | 0 | 101110 | 11001011 | 1001001 | 11111 |
Color Harmonies of #155D89
Complementary color
Monochromatic Colors of #155D89
Black with #155D89
Text Example
Text Example
White with #155D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D89; }
p { color: rgb(21,93,137); }
H1.HeaderClassName
{
color: #155D89;
}
.AnyTagClassName
{
color: #155D89;
}
</style>
background-color css
<style>
a { background-color: #155D89; }
a { background-color: rgb(21,93,137); }
div.DivClassName
{
background-color: #155D89;
}
.BgClassName
{
background-color: #155D89;
}
</style>
border-color css
<style>
span { border-color: #155D89; }
span { border-color: rgb(21,93,137); }
td.TdClassName
{
border-color: #155D89;
}
.TagClassName
{
border-color: #155D89;
}
</style>