Shades of Bahama Blue #155288
Tints of Bahama Blue #155288
RGB
CMYK
RGB Variations
Color information
#155288 (or 0x155288) is known color: Bahama Blue. HEX triplet: 15, 52 and 88. RGB value is (21,82,136). Sum of RGB (Red+Green+Blue) = 21+82+136=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #155288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155288 is #EAAD77. Grayscale: #454545. Windows color (decimal): -15379832 or 8933909. OLE color: 8933909.
HSL color Cylindrical-coordinate representation of color #155288: hue angle of 208.17º 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 #155288 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 82 | 136 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.47 |
| HSL | 208.17º | 0.73% | 0.31% | - |
| HSV(B) | 208.17º | 0.85% | 0.53% | - |
| XYZ | 7.77 | 7.97 | 24.42 | - |
| YUV | 69.92 | 165.29 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 82 | 136 | 0.85 | 0.40 | 0 | 0.47 | 208.17 | 0.73 | 0.31 |
| Hex | 15 | 52 | 88 | 55 | 28 | 0 | 2F | D0 | 49 | 1F |
| Octal | 25 | 122 | 210 | 125 | 50 | 0 | 57 | 320 | 111 | 37 |
| Binary | 10101 | 1010010 | 10001000 | 1010101 | 101000 | 0 | 101111 | 11010000 | 1001001 | 11111 |
Color Harmonies of #155288
Complementary color
Monochromatic Colors of #155288
Black with #155288
Text Example
Text Example
White with #155288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155288; }
p { color: rgb(21,82,136); }
H1.HeaderClassName
{
color: #155288;
}
.AnyTagClassName
{
color: #155288;
}
</style>
background-color css
<style>
a { background-color: #155288; }
a { background-color: rgb(21,82,136); }
div.DivClassName
{
background-color: #155288;
}
.BgClassName
{
background-color: #155288;
}
</style>
border-color css
<style>
span { border-color: #155288; }
span { border-color: rgb(21,82,136); }
td.TdClassName
{
border-color: #155288;
}
.TagClassName
{
border-color: #155288;
}
</style>