Shades of Bahama Blue #155A89
Tints of Bahama Blue #155A89
RGB
CMYK
RGB Variations
Color information
#155A89 (or 0x155A89) is known color: Bahama Blue. HEX triplet: 15, 5A and 89. RGB value is (21,90,137). Sum of RGB (Red+Green+Blue) = 21+90+137=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #155A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A89 is #EAA576. Grayscale: #4A4A4A. Windows color (decimal): -15377783 or 9001493. OLE color: 9001493.
HSL color Cylindrical-coordinate representation of color #155A89: hue angle of 204.31º 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 #155A89 is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 90 | 137 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.46 |
| HSL | 204.31º | 0.73% | 0.31% | - |
| HSV(B) | 204.31º | 0.85% | 0.54% | - |
| XYZ | 8.48 | 9.28 | 25.01 | - |
| YUV | 74.73 | 163.14 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 137 | 0.85 | 0.34 | 0 | 0.46 | 204.31 | 0.73 | 0.31 |
| Hex | 15 | 5A | 89 | 55 | 22 | 0 | 2E | CC | 49 | 1F |
| Octal | 25 | 132 | 211 | 125 | 42 | 0 | 56 | 314 | 111 | 37 |
| Binary | 10101 | 1011010 | 10001001 | 1010101 | 100010 | 0 | 101110 | 11001100 | 1001001 | 11111 |
Color Harmonies of #155A89
Complementary color
Monochromatic Colors of #155A89
Black with #155A89
Text Example
Text Example
White with #155A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A89; }
p { color: rgb(21,90,137); }
H1.HeaderClassName
{
color: #155A89;
}
.AnyTagClassName
{
color: #155A89;
}
</style>
background-color css
<style>
a { background-color: #155A89; }
a { background-color: rgb(21,90,137); }
div.DivClassName
{
background-color: #155A89;
}
.BgClassName
{
background-color: #155A89;
}
</style>
border-color css
<style>
span { border-color: #155A89; }
span { border-color: rgb(21,90,137); }
td.TdClassName
{
border-color: #155A89;
}
.TagClassName
{
border-color: #155A89;
}
</style>