Shades of Bahama Blue #185A80
Tints of Bahama Blue #185A80
RGB
CMYK
RGB Variations
Color information
#185A80 (or 0x185A80) is known color: Bahama Blue. HEX triplet: 18, 5A and 80. RGB value is (24,90,128). Sum of RGB (Red+Green+Blue) = 24+90+128=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #185A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185A80 is #E7A57F. Grayscale: #4A4A4A. Windows color (decimal): -15181184 or 8411672. OLE color: 8411672.
HSL color Cylindrical-coordinate representation of color #185A80: hue angle of 201.92º 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 #185A80 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 90 | 128 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.50 |
| HSL | 201.92º | 0.68% | 0.3% | - |
| HSV(B) | 201.92º | 0.81% | 0.5% | - |
| XYZ | 7.93 | 9.07 | 21.75 | - |
| YUV | 74.6 | 158.13 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 128 | 0.81 | 0.30 | 0 | 0.50 | 201.92 | 0.68 | 0.3 |
| Hex | 18 | 5A | 80 | 51 | 1E | 0 | 32 | CA | 44 | 1E |
| Octal | 30 | 132 | 200 | 121 | 36 | 0 | 62 | 312 | 104 | 36 |
| Binary | 11000 | 1011010 | 10000000 | 1010001 | 11110 | 0 | 110010 | 11001010 | 1000100 | 11110 |
Color Harmonies of #185A80
Complementary color
Monochromatic Colors of #185A80
Black with #185A80
Text Example
Text Example
White with #185A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A80; }
p { color: rgb(24,90,128); }
H1.HeaderClassName
{
color: #185A80;
}
.AnyTagClassName
{
color: #185A80;
}
</style>
background-color css
<style>
a { background-color: #185A80; }
a { background-color: rgb(24,90,128); }
div.DivClassName
{
background-color: #185A80;
}
.BgClassName
{
background-color: #185A80;
}
</style>
border-color css
<style>
span { border-color: #185A80; }
span { border-color: rgb(24,90,128); }
td.TdClassName
{
border-color: #185A80;
}
.TagClassName
{
border-color: #185A80;
}
</style>