Shades of Bahama Blue #115981
Tints of Bahama Blue #115981
RGB
CMYK
RGB Variations
Color information
#115981 (or 0x115981) is known color: Bahama Blue. HEX triplet: 11, 59 and 81. RGB value is (17,89,129). Sum of RGB (Red+Green+Blue) = 17+89+129=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #115981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115981 is #EEA67E. Grayscale: #474747. Windows color (decimal): -15640191 or 8476945. OLE color: 8476945.
HSL color Cylindrical-coordinate representation of color #115981: hue angle of 201.43º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115981 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 89 | 129 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.49 |
| HSL | 201.43º | 0.77% | 0.29% | - |
| HSV(B) | 201.43º | 0.87% | 0.51% | - |
| XYZ | 7.77 | 8.85 | 22.07 | - |
| YUV | 72.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 89 | 129 | 0.87 | 0.31 | 0 | 0.49 | 201.43 | 0.77 | 0.29 |
| Hex | 11 | 59 | 81 | 57 | 1F | 0 | 31 | C9 | 4D | 1D |
| Octal | 21 | 131 | 201 | 127 | 37 | 0 | 61 | 311 | 115 | 35 |
| Binary | 10001 | 1011001 | 10000001 | 1010111 | 11111 | 0 | 110001 | 11001001 | 1001101 | 11101 |
Color Harmonies of #115981
Complementary color
Monochromatic Colors of #115981
Black with #115981
Text Example
Text Example
White with #115981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115981; }
p { color: rgb(17,89,129); }
H1.HeaderClassName
{
color: #115981;
}
.AnyTagClassName
{
color: #115981;
}
</style>
background-color css
<style>
a { background-color: #115981; }
a { background-color: rgb(17,89,129); }
div.DivClassName
{
background-color: #115981;
}
.BgClassName
{
background-color: #115981;
}
</style>
border-color css
<style>
span { border-color: #115981; }
span { border-color: rgb(17,89,129); }
td.TdClassName
{
border-color: #115981;
}
.TagClassName
{
border-color: #115981;
}
</style>