Shades of Bahama Blue #186289
Tints of Bahama Blue #186289
RGB
CMYK
RGB Variations
Color information
#186289 (or 0x186289) is known color: Bahama Blue. HEX triplet: 18, 62 and 89. RGB value is (24,98,137). Sum of RGB (Red+Green+Blue) = 24+98+137=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #186289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186289 is #E79D76. Grayscale: #505050. Windows color (decimal): -15179127 or 9003544. OLE color: 9003544.
HSL color Cylindrical-coordinate representation of color #186289: hue angle of 200.71º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186289 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 98 | 137 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.46 |
| HSL | 200.71º | 0.7% | 0.32% | - |
| HSV(B) | 200.71º | 0.82% | 0.54% | - |
| XYZ | 9.26 | 10.74 | 25.25 | - |
| YUV | 80.32 | 159.98 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 98 | 137 | 0.82 | 0.28 | 0 | 0.46 | 200.71 | 0.7 | 0.32 |
| Hex | 18 | 62 | 89 | 52 | 1C | 0 | 2E | C9 | 46 | 20 |
| Octal | 30 | 142 | 211 | 122 | 34 | 0 | 56 | 311 | 106 | 40 |
| Binary | 11000 | 1100010 | 10001001 | 1010010 | 11100 | 0 | 101110 | 11001001 | 1000110 | 100000 |
Color Harmonies of #186289
Complementary color
Monochromatic Colors of #186289
Black with #186289
Text Example
Text Example
White with #186289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186289; }
p { color: rgb(24,98,137); }
H1.HeaderClassName
{
color: #186289;
}
.AnyTagClassName
{
color: #186289;
}
</style>
background-color css
<style>
a { background-color: #186289; }
a { background-color: rgb(24,98,137); }
div.DivClassName
{
background-color: #186289;
}
.BgClassName
{
background-color: #186289;
}
</style>
border-color css
<style>
span { border-color: #186289; }
span { border-color: rgb(24,98,137); }
td.TdClassName
{
border-color: #186289;
}
.TagClassName
{
border-color: #186289;
}
</style>