Shades of Bahama Blue #155C87
Tints of Bahama Blue #155C87
RGB
CMYK
RGB Variations
Color information
#155C87 (or 0x155C87) is known color: Bahama Blue. HEX triplet: 15, 5C and 87. RGB value is (21,92,135). Sum of RGB (Red+Green+Blue) = 21+92+135=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #155C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C87 is #EAA378. Grayscale: #4B4B4B. Windows color (decimal): -15377273 or 8870933. OLE color: 8870933.
HSL color Cylindrical-coordinate representation of color #155C87: hue angle of 202.63º 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 #155C87 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 92 | 135 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.47 |
| HSL | 202.63º | 0.73% | 0.31% | - |
| HSV(B) | 202.63º | 0.84% | 0.53% | - |
| XYZ | 8.51 | 9.56 | 24.32 | - |
| YUV | 75.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 135 | 0.84 | 0.32 | 0 | 0.47 | 202.63 | 0.73 | 0.31 |
| Hex | 15 | 5C | 87 | 54 | 20 | 0 | 2F | CB | 49 | 1F |
| Octal | 25 | 134 | 207 | 124 | 40 | 0 | 57 | 313 | 111 | 37 |
| Binary | 10101 | 1011100 | 10000111 | 1010100 | 100000 | 0 | 101111 | 11001011 | 1001001 | 11111 |
Color Harmonies of #155C87
Complementary color
Monochromatic Colors of #155C87
Black with #155C87
Text Example
Text Example
White with #155C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C87; }
p { color: rgb(21,92,135); }
H1.HeaderClassName
{
color: #155C87;
}
.AnyTagClassName
{
color: #155C87;
}
</style>
background-color css
<style>
a { background-color: #155C87; }
a { background-color: rgb(21,92,135); }
div.DivClassName
{
background-color: #155C87;
}
.BgClassName
{
background-color: #155C87;
}
</style>
border-color css
<style>
span { border-color: #155C87; }
span { border-color: rgb(21,92,135); }
td.TdClassName
{
border-color: #155C87;
}
.TagClassName
{
border-color: #155C87;
}
</style>