Shades of Bahama Blue #15597E
Tints of Bahama Blue #15597E
RGB
CMYK
RGB Variations
Color information
#15597E (or 0x15597E) is known color: Bahama Blue. HEX triplet: 15, 59 and 7E. RGB value is (21,89,126). Sum of RGB (Red+Green+Blue) = 21+89+126=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #15597E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15597E is #EAA681. Grayscale: #484848. Windows color (decimal): -15378050 or 8280341. OLE color: 8280341.
HSL color Cylindrical-coordinate representation of color #15597E: hue angle of 201.14º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15597E is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 89 | 126 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.51 |
| HSL | 201.14º | 0.71% | 0.29% | - |
| HSV(B) | 201.14º | 0.83% | 0.49% | - |
| XYZ | 7.65 | 8.81 | 21.04 | - |
| YUV | 72.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 126 | 0.83 | 0.29 | 0 | 0.51 | 201.14 | 0.71 | 0.29 |
| Hex | 15 | 59 | 7E | 53 | 1D | 0 | 33 | C9 | 47 | 1D |
| Octal | 25 | 131 | 176 | 123 | 35 | 0 | 63 | 311 | 107 | 35 |
| Binary | 10101 | 1011001 | 1111110 | 1010011 | 11101 | 0 | 110011 | 11001001 | 1000111 | 11101 |
Color Harmonies of #15597E
Complementary color
Monochromatic Colors of #15597E
Black with #15597E
Text Example
Text Example
White with #15597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15597E; }
p { color: rgb(21,89,126); }
H1.HeaderClassName
{
color: #15597E;
}
.AnyTagClassName
{
color: #15597E;
}
</style>
background-color css
<style>
a { background-color: #15597E; }
a { background-color: rgb(21,89,126); }
div.DivClassName
{
background-color: #15597E;
}
.BgClassName
{
background-color: #15597E;
}
</style>
border-color css
<style>
span { border-color: #15597E; }
span { border-color: rgb(21,89,126); }
td.TdClassName
{
border-color: #15597E;
}
.TagClassName
{
border-color: #15597E;
}
</style>