Shades of Bahama Blue #115781
Tints of Bahama Blue #115781
RGB
CMYK
RGB Variations
Color information
#115781 (or 0x115781) is known color: Bahama Blue. HEX triplet: 11, 57 and 81. RGB value is (17,87,129). Sum of RGB (Red+Green+Blue) = 17+87+129=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #115781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115781 is #EEA87E. Grayscale: #464646. Windows color (decimal): -15640703 or 8476433. OLE color: 8476433.
HSL color Cylindrical-coordinate representation of color #115781: hue angle of 202.5º 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 #115781 is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 87 | 129 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.49 |
| HSL | 202.5º | 0.77% | 0.29% | - |
| HSV(B) | 202.5º | 0.87% | 0.51% | - |
| XYZ | 7.6 | 8.52 | 22.01 | - |
| YUV | 70.86 | 160.81 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 87 | 129 | 0.87 | 0.33 | 0 | 0.49 | 202.5 | 0.77 | 0.29 |
| Hex | 11 | 57 | 81 | 57 | 21 | 0 | 31 | CA | 4D | 1D |
| Octal | 21 | 127 | 201 | 127 | 41 | 0 | 61 | 312 | 115 | 35 |
| Binary | 10001 | 1010111 | 10000001 | 1010111 | 100001 | 0 | 110001 | 11001010 | 1001101 | 11101 |
Color Harmonies of #115781
Complementary color
Monochromatic Colors of #115781
Black with #115781
Text Example
Text Example
White with #115781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115781; }
p { color: rgb(17,87,129); }
H1.HeaderClassName
{
color: #115781;
}
.AnyTagClassName
{
color: #115781;
}
</style>
background-color css
<style>
a { background-color: #115781; }
a { background-color: rgb(17,87,129); }
div.DivClassName
{
background-color: #115781;
}
.BgClassName
{
background-color: #115781;
}
</style>
border-color css
<style>
span { border-color: #115781; }
span { border-color: rgb(17,87,129); }
td.TdClassName
{
border-color: #115781;
}
.TagClassName
{
border-color: #115781;
}
</style>