Shades of Bahama Blue #155C88
Tints of Bahama Blue #155C88
RGB
CMYK
RGB Variations
Color information
#155C88 (or 0x155C88) is known color: Bahama Blue. HEX triplet: 15, 5C and 88. RGB value is (21,92,136). Sum of RGB (Red+Green+Blue) = 21+92+136=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #155C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C88 is #EAA377. Grayscale: #4B4B4B. Windows color (decimal): -15377272 or 8936469. OLE color: 8936469.
HSL color Cylindrical-coordinate representation of color #155C88: hue angle of 202.96º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155C88 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 92 | 136 | - |
| CMYK | 0.85 | 0.32 | 0 | 0.47 |
| HSL | 202.96º | 0.73% | 0.31% | - |
| HSV(B) | 202.96º | 0.85% | 0.53% | - |
| XYZ | 8.58 | 9.59 | 24.69 | - |
| YUV | 75.79 | 161.98 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 136 | 0.85 | 0.32 | 0 | 0.47 | 202.96 | 0.73 | 0.31 |
| Hex | 15 | 5C | 88 | 55 | 20 | 0 | 2F | CB | 49 | 1F |
| Octal | 25 | 134 | 210 | 125 | 40 | 0 | 57 | 313 | 111 | 37 |
| Binary | 10101 | 1011100 | 10001000 | 1010101 | 100000 | 0 | 101111 | 11001011 | 1001001 | 11111 |
Color Harmonies of #155C88
Complementary color
Monochromatic Colors of #155C88
Black with #155C88
Text Example
Text Example
White with #155C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C88; }
p { color: rgb(21,92,136); }
H1.HeaderClassName
{
color: #155C88;
}
.AnyTagClassName
{
color: #155C88;
}
</style>
background-color css
<style>
a { background-color: #155C88; }
a { background-color: rgb(21,92,136); }
div.DivClassName
{
background-color: #155C88;
}
.BgClassName
{
background-color: #155C88;
}
</style>
border-color css
<style>
span { border-color: #155C88; }
span { border-color: rgb(21,92,136); }
td.TdClassName
{
border-color: #155C88;
}
.TagClassName
{
border-color: #155C88;
}
</style>