Shades of Bahama Blue #185389
Tints of Bahama Blue #185389
RGB
CMYK
RGB Variations
Color information
#185389 (or 0x185389) is known color: Bahama Blue. HEX triplet: 18, 53 and 89. RGB value is (24,83,137). Sum of RGB (Red+Green+Blue) = 24+83+137=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #185389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185389 is #E7AC76. Grayscale: #474747. Windows color (decimal): -15182967 or 8999704. OLE color: 8999704.
HSL color Cylindrical-coordinate representation of color #185389: hue angle of 208.67º 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 #185389 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 83 | 137 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.46 |
| HSL | 208.67º | 0.7% | 0.32% | - |
| HSV(B) | 208.67º | 0.82% | 0.54% | - |
| XYZ | 7.99 | 8.19 | 24.83 | - |
| YUV | 71.52 | 164.95 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 137 | 0.82 | 0.39 | 0 | 0.46 | 208.67 | 0.7 | 0.32 |
| Hex | 18 | 53 | 89 | 52 | 27 | 0 | 2E | D1 | 46 | 20 |
| Octal | 30 | 123 | 211 | 122 | 47 | 0 | 56 | 321 | 106 | 40 |
| Binary | 11000 | 1010011 | 10001001 | 1010010 | 100111 | 0 | 101110 | 11010001 | 1000110 | 100000 |
Color Harmonies of #185389
Complementary color
Monochromatic Colors of #185389
Black with #185389
Text Example
Text Example
White with #185389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185389; }
p { color: rgb(24,83,137); }
H1.HeaderClassName
{
color: #185389;
}
.AnyTagClassName
{
color: #185389;
}
</style>
background-color css
<style>
a { background-color: #185389; }
a { background-color: rgb(24,83,137); }
div.DivClassName
{
background-color: #185389;
}
.BgClassName
{
background-color: #185389;
}
</style>
border-color css
<style>
span { border-color: #185389; }
span { border-color: rgb(24,83,137); }
td.TdClassName
{
border-color: #185389;
}
.TagClassName
{
border-color: #185389;
}
</style>