Shades of Bahama Blue #115C8B
Tints of Bahama Blue #115C8B
RGB
CMYK
RGB Variations
Color information
#115C8B (or 0x115C8B) is known color: Bahama Blue. HEX triplet: 11, 5C and 8B. RGB value is (17,92,139). Sum of RGB (Red+Green+Blue) = 17+92+139=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #115C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115C8B is #EEA374. Grayscale: #4A4A4A. Windows color (decimal): -15639413 or 9133073. OLE color: 9133073.
HSL color Cylindrical-coordinate representation of color #115C8B: hue angle of 203.11º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115C8B is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 92 | 139 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.45 |
| HSL | 203.11º | 0.78% | 0.31% | - |
| HSV(B) | 203.11º | 0.88% | 0.55% | - |
| XYZ | 8.72 | 9.64 | 25.83 | - |
| YUV | 74.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 139 | 0.88 | 0.34 | 0 | 0.45 | 203.11 | 0.78 | 0.31 |
| Hex | 11 | 5C | 8B | 58 | 22 | 0 | 2D | CB | 4E | 1F |
| Octal | 21 | 134 | 213 | 130 | 42 | 0 | 55 | 313 | 116 | 37 |
| Binary | 10001 | 1011100 | 10001011 | 1011000 | 100010 | 0 | 101101 | 11001011 | 1001110 | 11111 |
Color Harmonies of #115C8B
Complementary color
Monochromatic Colors of #115C8B
Black with #115C8B
Text Example
Text Example
White with #115C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C8B; }
p { color: rgb(17,92,139); }
H1.HeaderClassName
{
color: #115C8B;
}
.AnyTagClassName
{
color: #115C8B;
}
</style>
background-color css
<style>
a { background-color: #115C8B; }
a { background-color: rgb(17,92,139); }
div.DivClassName
{
background-color: #115C8B;
}
.BgClassName
{
background-color: #115C8B;
}
</style>
border-color css
<style>
span { border-color: #115C8B; }
span { border-color: rgb(17,92,139); }
td.TdClassName
{
border-color: #115C8B;
}
.TagClassName
{
border-color: #115C8B;
}
</style>