Shades of Bahama Blue #115A89
Tints of Bahama Blue #115A89
RGB
CMYK
RGB Variations
Color information
#115A89 (or 0x115A89) is known color: Bahama Blue. HEX triplet: 11, 5A and 89. RGB value is (17,90,137). Sum of RGB (Red+Green+Blue) = 17+90+137=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #115A89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115A89 is #EEA576. Grayscale: #494949. Windows color (decimal): -15639927 or 9001489. OLE color: 9001489.
HSL color Cylindrical-coordinate representation of color #115A89: hue angle of 203.5º 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 #115A89 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 90 | 137 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.46 |
| HSL | 203.5º | 0.78% | 0.3% | - |
| HSV(B) | 203.5º | 0.88% | 0.54% | - |
| XYZ | 8.4 | 9.24 | 25.01 | - |
| YUV | 73.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 137 | 0.88 | 0.34 | 0 | 0.46 | 203.5 | 0.78 | 0.3 |
| Hex | 11 | 5A | 89 | 58 | 22 | 0 | 2E | CC | 4E | 1E |
| Octal | 21 | 132 | 211 | 130 | 42 | 0 | 56 | 314 | 116 | 36 |
| Binary | 10001 | 1011010 | 10001001 | 1011000 | 100010 | 0 | 101110 | 11001100 | 1001110 | 11110 |
Color Harmonies of #115A89
Complementary color
Monochromatic Colors of #115A89
Black with #115A89
Text Example
Text Example
White with #115A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A89; }
p { color: rgb(17,90,137); }
H1.HeaderClassName
{
color: #115A89;
}
.AnyTagClassName
{
color: #115A89;
}
</style>
background-color css
<style>
a { background-color: #115A89; }
a { background-color: rgb(17,90,137); }
div.DivClassName
{
background-color: #115A89;
}
.BgClassName
{
background-color: #115A89;
}
</style>
border-color css
<style>
span { border-color: #115A89; }
span { border-color: rgb(17,90,137); }
td.TdClassName
{
border-color: #115A89;
}
.TagClassName
{
border-color: #115A89;
}
</style>