Shades of Bahama Blue #115E8A
Tints of Bahama Blue #115E8A
RGB
CMYK
RGB Variations
Color information
#115E8A (or 0x115E8A) is known color: Bahama Blue. HEX triplet: 11, 5E and 8A. RGB value is (17,94,138). Sum of RGB (Red+Green+Blue) = 17+94+138=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #115E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E8A is #EEA175. Grayscale: #4B4B4B. Windows color (decimal): -15638902 or 9068049. OLE color: 9068049.
HSL color Cylindrical-coordinate representation of color #115E8A: hue angle of 201.82º 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 #115E8A is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 94 | 138 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.46 |
| HSL | 201.82º | 0.78% | 0.3% | - |
| HSV(B) | 201.82º | 0.88% | 0.54% | - |
| XYZ | 8.82 | 9.96 | 25.5 | - |
| YUV | 75.99 | 162.99 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 94 | 138 | 0.88 | 0.32 | 0 | 0.46 | 201.82 | 0.78 | 0.3 |
| Hex | 11 | 5E | 8A | 58 | 20 | 0 | 2E | CA | 4E | 1E |
| Octal | 21 | 136 | 212 | 130 | 40 | 0 | 56 | 312 | 116 | 36 |
| Binary | 10001 | 1011110 | 10001010 | 1011000 | 100000 | 0 | 101110 | 11001010 | 1001110 | 11110 |
Color Harmonies of #115E8A
Complementary color
Monochromatic Colors of #115E8A
Black with #115E8A
Text Example
Text Example
White with #115E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115E8A; }
p { color: rgb(17,94,138); }
H1.HeaderClassName
{
color: #115E8A;
}
.AnyTagClassName
{
color: #115E8A;
}
</style>
background-color css
<style>
a { background-color: #115E8A; }
a { background-color: rgb(17,94,138); }
div.DivClassName
{
background-color: #115E8A;
}
.BgClassName
{
background-color: #115E8A;
}
</style>
border-color css
<style>
span { border-color: #115E8A; }
span { border-color: rgb(17,94,138); }
td.TdClassName
{
border-color: #115E8A;
}
.TagClassName
{
border-color: #115E8A;
}
</style>