Shades of Bahama Blue #185180
Tints of Bahama Blue #185180
RGB
CMYK
RGB Variations
Color information
#185180 (or 0x185180) is known color: Bahama Blue. HEX triplet: 18, 51 and 80. RGB value is (24,81,128). Sum of RGB (Red+Green+Blue) = 24+81+128=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #185180 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185180 is #E7AE7F. Grayscale: #454545. Windows color (decimal): -15183488 or 8409368. OLE color: 8409368.
HSL color Cylindrical-coordinate representation of color #185180: hue angle of 207.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185180 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 81 | 128 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.50 |
| HSL | 207.12º | 0.68% | 0.3% | - |
| HSV(B) | 207.12º | 0.81% | 0.5% | - |
| XYZ | 7.22 | 7.64 | 21.52 | - |
| YUV | 69.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 128 | 0.81 | 0.37 | 0 | 0.50 | 207.12 | 0.68 | 0.3 |
| Hex | 18 | 51 | 80 | 51 | 25 | 0 | 32 | CF | 44 | 1E |
| Octal | 30 | 121 | 200 | 121 | 45 | 0 | 62 | 317 | 104 | 36 |
| Binary | 11000 | 1010001 | 10000000 | 1010001 | 100101 | 0 | 110010 | 11001111 | 1000100 | 11110 |
Color Harmonies of #185180
Complementary color
Monochromatic Colors of #185180
Black with #185180
Text Example
Text Example
White with #185180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185180; }
p { color: rgb(24,81,128); }
H1.HeaderClassName
{
color: #185180;
}
.AnyTagClassName
{
color: #185180;
}
</style>
background-color css
<style>
a { background-color: #185180; }
a { background-color: rgb(24,81,128); }
div.DivClassName
{
background-color: #185180;
}
.BgClassName
{
background-color: #185180;
}
</style>
border-color css
<style>
span { border-color: #185180; }
span { border-color: rgb(24,81,128); }
td.TdClassName
{
border-color: #185180;
}
.TagClassName
{
border-color: #185180;
}
</style>