Shades of Bahama Blue #115A82
Tints of Bahama Blue #115A82
RGB
CMYK
RGB Variations
Color information
#115A82 (or 0x115A82) is known color: Bahama Blue. HEX triplet: 11, 5A and 82. RGB value is (17,90,130). Sum of RGB (Red+Green+Blue) = 17+90+130=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #115A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115A82 is #EEA57D. Grayscale: #484848. Windows color (decimal): -15639934 or 8542737. OLE color: 8542737.
HSL color Cylindrical-coordinate representation of color #115A82: hue angle of 201.24º 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 #115A82 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 90 | 130 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.49 |
| HSL | 201.24º | 0.77% | 0.29% | - |
| HSV(B) | 201.24º | 0.87% | 0.51% | - |
| XYZ | 7.92 | 9.04 | 22.45 | - |
| YUV | 72.73 | 160.32 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 130 | 0.87 | 0.31 | 0 | 0.49 | 201.24 | 0.77 | 0.29 |
| Hex | 11 | 5A | 82 | 57 | 1F | 0 | 31 | C9 | 4D | 1D |
| Octal | 21 | 132 | 202 | 127 | 37 | 0 | 61 | 311 | 115 | 35 |
| Binary | 10001 | 1011010 | 10000010 | 1010111 | 11111 | 0 | 110001 | 11001001 | 1001101 | 11101 |
Color Harmonies of #115A82
Complementary color
Monochromatic Colors of #115A82
Black with #115A82
Text Example
Text Example
White with #115A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A82; }
p { color: rgb(17,90,130); }
H1.HeaderClassName
{
color: #115A82;
}
.AnyTagClassName
{
color: #115A82;
}
</style>
background-color css
<style>
a { background-color: #115A82; }
a { background-color: rgb(17,90,130); }
div.DivClassName
{
background-color: #115A82;
}
.BgClassName
{
background-color: #115A82;
}
</style>
border-color css
<style>
span { border-color: #115A82; }
span { border-color: rgb(17,90,130); }
td.TdClassName
{
border-color: #115A82;
}
.TagClassName
{
border-color: #115A82;
}
</style>