Shades of Bahama Blue #115B83
Tints of Bahama Blue #115B83
RGB
CMYK
RGB Variations
Color information
#115B83 (or 0x115B83) is known color: Bahama Blue. HEX triplet: 11, 5B and 83. RGB value is (17,91,131). Sum of RGB (Red+Green+Blue) = 17+91+131=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #115B83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B83 is #EEA47C. Grayscale: #494949. Windows color (decimal): -15639677 or 8608529. OLE color: 8608529.
HSL color Cylindrical-coordinate representation of color #115B83: hue angle of 201.05º 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 #115B83 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 91 | 131 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.49 |
| HSL | 201.05º | 0.77% | 0.29% | - |
| HSV(B) | 201.05º | 0.87% | 0.51% | - |
| XYZ | 8.07 | 9.24 | 22.83 | - |
| YUV | 73.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 91 | 131 | 0.87 | 0.31 | 0 | 0.49 | 201.05 | 0.77 | 0.29 |
| Hex | 11 | 5B | 83 | 57 | 1F | 0 | 31 | C9 | 4D | 1D |
| Octal | 21 | 133 | 203 | 127 | 37 | 0 | 61 | 311 | 115 | 35 |
| Binary | 10001 | 1011011 | 10000011 | 1010111 | 11111 | 0 | 110001 | 11001001 | 1001101 | 11101 |
Color Harmonies of #115B83
Complementary color
Monochromatic Colors of #115B83
Black with #115B83
Text Example
Text Example
White with #115B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115B83; }
p { color: rgb(17,91,131); }
H1.HeaderClassName
{
color: #115B83;
}
.AnyTagClassName
{
color: #115B83;
}
</style>
background-color css
<style>
a { background-color: #115B83; }
a { background-color: rgb(17,91,131); }
div.DivClassName
{
background-color: #115B83;
}
.BgClassName
{
background-color: #115B83;
}
</style>
border-color css
<style>
span { border-color: #115B83; }
span { border-color: rgb(17,91,131); }
td.TdClassName
{
border-color: #115B83;
}
.TagClassName
{
border-color: #115B83;
}
</style>