Shades of Bahama Blue #115B89
Tints of Bahama Blue #115B89
RGB
CMYK
RGB Variations
Color information
#115B89 (or 0x115B89) is known color: Bahama Blue. HEX triplet: 11, 5B and 89. RGB value is (17,91,137). Sum of RGB (Red+Green+Blue) = 17+91+137=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #115B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B89 is #EEA476. Grayscale: #494949. Windows color (decimal): -15639671 or 9001745. OLE color: 9001745.
HSL color Cylindrical-coordinate representation of color #115B89: hue angle of 203º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115B89 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 91 | 137 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.46 |
| HSL | 203º | 0.78% | 0.3% | - |
| HSV(B) | 203º | 0.88% | 0.54% | - |
| XYZ | 8.49 | 9.41 | 25.04 | - |
| YUV | 74.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 137 | 0.88 | 0.34 | 0 | 0.46 | 203 | 0.78 | 0.3 |
| Hex | 11 | 5B | 89 | 58 | 22 | 0 | 2E | CB | 4E | 1E |
| Octal | 21 | 133 | 211 | 130 | 42 | 0 | 56 | 313 | 116 | 36 |
| Binary | 10001 | 1011011 | 10001001 | 1011000 | 100010 | 0 | 101110 | 11001011 | 1001110 | 11110 |
Color Harmonies of #115B89
Complementary color
Monochromatic Colors of #115B89
Black with #115B89
Text Example
Text Example
White with #115B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B89; }
p { color: rgb(17,91,137); }
H1.HeaderClassName
{
color: #115B89;
}
.AnyTagClassName
{
color: #115B89;
}
</style>
background-color css
<style>
a { background-color: #115B89; }
a { background-color: rgb(17,91,137); }
div.DivClassName
{
background-color: #115B89;
}
.BgClassName
{
background-color: #115B89;
}
</style>
border-color css
<style>
span { border-color: #115B89; }
span { border-color: rgb(17,91,137); }
td.TdClassName
{
border-color: #115B89;
}
.TagClassName
{
border-color: #115B89;
}
</style>