Shades of Bahama Blue #155987
Tints of Bahama Blue #155987
RGB
CMYK
RGB Variations
Color information
#155987 (or 0x155987) is known color: Bahama Blue. HEX triplet: 15, 59 and 87. RGB value is (21,89,135). Sum of RGB (Red+Green+Blue) = 21+89+135=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #155987 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155987 is #EAA678. Grayscale: #494949. Windows color (decimal): -15378041 or 8870165. OLE color: 8870165.
HSL color Cylindrical-coordinate representation of color #155987: hue angle of 204.21º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155987 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 89 | 135 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.47 |
| HSL | 204.21º | 0.73% | 0.31% | - |
| HSV(B) | 204.21º | 0.84% | 0.53% | - |
| XYZ | 8.25 | 9.05 | 24.23 | - |
| YUV | 73.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 135 | 0.84 | 0.34 | 0 | 0.47 | 204.21 | 0.73 | 0.31 |
| Hex | 15 | 59 | 87 | 54 | 22 | 0 | 2F | CC | 49 | 1F |
| Octal | 25 | 131 | 207 | 124 | 42 | 0 | 57 | 314 | 111 | 37 |
| Binary | 10101 | 1011001 | 10000111 | 1010100 | 100010 | 0 | 101111 | 11001100 | 1001001 | 11111 |
Color Harmonies of #155987
Complementary color
Monochromatic Colors of #155987
Black with #155987
Text Example
Text Example
White with #155987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155987; }
p { color: rgb(21,89,135); }
H1.HeaderClassName
{
color: #155987;
}
.AnyTagClassName
{
color: #155987;
}
</style>
background-color css
<style>
a { background-color: #155987; }
a { background-color: rgb(21,89,135); }
div.DivClassName
{
background-color: #155987;
}
.BgClassName
{
background-color: #155987;
}
</style>
border-color css
<style>
span { border-color: #155987; }
span { border-color: rgb(21,89,135); }
td.TdClassName
{
border-color: #155987;
}
.TagClassName
{
border-color: #155987;
}
</style>