Shades of Bahama Blue #115D89
Tints of Bahama Blue #115D89
RGB
CMYK
RGB Variations
Color information
#115D89 (or 0x115D89) is known color: Bahama Blue. HEX triplet: 11, 5D and 89. RGB value is (17,93,137). Sum of RGB (Red+Green+Blue) = 17+93+137=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #115D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D89 is #EEA276. Grayscale: #4B4B4B. Windows color (decimal): -15639159 or 9002257. OLE color: 9002257.
HSL color Cylindrical-coordinate representation of color #115D89: hue angle of 202º 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 #115D89 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 93 | 137 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.46 |
| HSL | 202º | 0.78% | 0.3% | - |
| HSV(B) | 202º | 0.88% | 0.54% | - |
| XYZ | 8.66 | 9.75 | 25.09 | - |
| YUV | 75.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 93 | 137 | 0.88 | 0.32 | 0 | 0.46 | 202 | 0.78 | 0.3 |
| Hex | 11 | 5D | 89 | 58 | 20 | 0 | 2E | CA | 4E | 1E |
| Octal | 21 | 135 | 211 | 130 | 40 | 0 | 56 | 312 | 116 | 36 |
| Binary | 10001 | 1011101 | 10001001 | 1011000 | 100000 | 0 | 101110 | 11001010 | 1001110 | 11110 |
Color Harmonies of #115D89
Complementary color
Monochromatic Colors of #115D89
Black with #115D89
Text Example
Text Example
White with #115D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115D89; }
p { color: rgb(17,93,137); }
H1.HeaderClassName
{
color: #115D89;
}
.AnyTagClassName
{
color: #115D89;
}
</style>
background-color css
<style>
a { background-color: #115D89; }
a { background-color: rgb(17,93,137); }
div.DivClassName
{
background-color: #115D89;
}
.BgClassName
{
background-color: #115D89;
}
</style>
border-color css
<style>
span { border-color: #115D89; }
span { border-color: rgb(17,93,137); }
td.TdClassName
{
border-color: #115D89;
}
.TagClassName
{
border-color: #115D89;
}
</style>