Shades of Bahama Blue #185882
Tints of Bahama Blue #185882
RGB
CMYK
RGB Variations
Color information
#185882 (or 0x185882) is known color: Bahama Blue. HEX triplet: 18, 58 and 82. RGB value is (24,88,130). Sum of RGB (Red+Green+Blue) = 24+88+130=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #185882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185882 is #E7A77D. Grayscale: #494949. Windows color (decimal): -15181694 or 8542232. OLE color: 8542232.
HSL color Cylindrical-coordinate representation of color #185882: hue angle of 203.77º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185882 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 88 | 130 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.49 |
| HSL | 203.77º | 0.69% | 0.3% | - |
| HSV(B) | 203.77º | 0.82% | 0.51% | - |
| XYZ | 7.9 | 8.79 | 22.4 | - |
| YUV | 73.65 | 159.8 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 130 | 0.82 | 0.32 | 0 | 0.49 | 203.77 | 0.69 | 0.3 |
| Hex | 18 | 58 | 82 | 52 | 20 | 0 | 31 | CC | 45 | 1E |
| Octal | 30 | 130 | 202 | 122 | 40 | 0 | 61 | 314 | 105 | 36 |
| Binary | 11000 | 1011000 | 10000010 | 1010010 | 100000 | 0 | 110001 | 11001100 | 1000101 | 11110 |
Color Harmonies of #185882
Complementary color
Monochromatic Colors of #185882
Black with #185882
Text Example
Text Example
White with #185882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185882; }
p { color: rgb(24,88,130); }
H1.HeaderClassName
{
color: #185882;
}
.AnyTagClassName
{
color: #185882;
}
</style>
background-color css
<style>
a { background-color: #185882; }
a { background-color: rgb(24,88,130); }
div.DivClassName
{
background-color: #185882;
}
.BgClassName
{
background-color: #185882;
}
</style>
border-color css
<style>
span { border-color: #185882; }
span { border-color: rgb(24,88,130); }
td.TdClassName
{
border-color: #185882;
}
.TagClassName
{
border-color: #185882;
}
</style>