Shades of Bahama Blue #18588B
Tints of Bahama Blue #18588B
RGB
CMYK
RGB Variations
Color information
#18588B (or 0x18588B) is known color: Bahama Blue. HEX triplet: 18, 58 and 8B. RGB value is (24,88,139). Sum of RGB (Red+Green+Blue) = 24+88+139=251 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.56% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #18588B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18588B is #E7A774. Grayscale: #4A4A4A. Windows color (decimal): -15181685 or 9132056. OLE color: 9132056.
HSL color Cylindrical-coordinate representation of color #18588B: hue angle of 206.61º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18588B is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 88 | 139 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.45 |
| HSL | 206.61º | 0.71% | 0.32% | - |
| HSV(B) | 206.61º | 0.83% | 0.55% | - |
| XYZ | 8.53 | 9.04 | 25.72 | - |
| YUV | 74.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 139 | 0.83 | 0.37 | 0 | 0.45 | 206.61 | 0.71 | 0.32 |
| Hex | 18 | 58 | 8B | 53 | 25 | 0 | 2D | CF | 47 | 20 |
| Octal | 30 | 130 | 213 | 123 | 45 | 0 | 55 | 317 | 107 | 40 |
| Binary | 11000 | 1011000 | 10001011 | 1010011 | 100101 | 0 | 101101 | 11001111 | 1000111 | 100000 |
Color Harmonies of #18588B
Complementary color
Monochromatic Colors of #18588B
Black with #18588B
Text Example
Text Example
White with #18588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18588B; }
p { color: rgb(24,88,139); }
H1.HeaderClassName
{
color: #18588B;
}
.AnyTagClassName
{
color: #18588B;
}
</style>
background-color css
<style>
a { background-color: #18588B; }
a { background-color: rgb(24,88,139); }
div.DivClassName
{
background-color: #18588B;
}
.BgClassName
{
background-color: #18588B;
}
</style>
border-color css
<style>
span { border-color: #18588B; }
span { border-color: rgb(24,88,139); }
td.TdClassName
{
border-color: #18588B;
}
.TagClassName
{
border-color: #18588B;
}
</style>