Shades of Bahama Blue #115989
Tints of Bahama Blue #115989
RGB
CMYK
RGB Variations
Color information
#115989 (or 0x115989) is known color: Bahama Blue. HEX triplet: 11, 59 and 89. RGB value is (17,89,137). Sum of RGB (Red+Green+Blue) = 17+89+137=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #115989 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115989 is #EEA676. Grayscale: #484848. Windows color (decimal): -15640183 or 9001233. OLE color: 9001233.
HSL color Cylindrical-coordinate representation of color #115989: hue angle of 204º 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 #115989 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 89 | 137 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.46 |
| HSL | 204º | 0.78% | 0.3% | - |
| HSV(B) | 204º | 0.88% | 0.54% | - |
| XYZ | 8.32 | 9.07 | 24.98 | - |
| YUV | 72.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 137 | 0.88 | 0.35 | 0 | 0.46 | 204 | 0.78 | 0.3 |
| Hex | 11 | 59 | 89 | 58 | 23 | 0 | 2E | CC | 4E | 1E |
| Octal | 21 | 131 | 211 | 130 | 43 | 0 | 56 | 314 | 116 | 36 |
| Binary | 10001 | 1011001 | 10001001 | 1011000 | 100011 | 0 | 101110 | 11001100 | 1001110 | 11110 |
Color Harmonies of #115989
Complementary color
Monochromatic Colors of #115989
Black with #115989
Text Example
Text Example
White with #115989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115989; }
p { color: rgb(17,89,137); }
H1.HeaderClassName
{
color: #115989;
}
.AnyTagClassName
{
color: #115989;
}
</style>
background-color css
<style>
a { background-color: #115989; }
a { background-color: rgb(17,89,137); }
div.DivClassName
{
background-color: #115989;
}
.BgClassName
{
background-color: #115989;
}
</style>
border-color css
<style>
span { border-color: #115989; }
span { border-color: rgb(17,89,137); }
td.TdClassName
{
border-color: #115989;
}
.TagClassName
{
border-color: #115989;
}
</style>