Shades of Bahama Blue #185279
Tints of Bahama Blue #185279
RGB
CMYK
RGB Variations
Color information
#185279 (or 0x185279) is known color: Bahama Blue. HEX triplet: 18, 52 and 79. RGB value is (24,82,121). Sum of RGB (Red+Green+Blue) = 24+82+121=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #185279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185279 is #E7AD86. Grayscale: #444444. Windows color (decimal): -15183239 or 7950872. OLE color: 7950872.
HSL color Cylindrical-coordinate representation of color #185279: hue angle of 204.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185279 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 82 | 121 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.53 |
| HSL | 204.12º | 0.67% | 0.28% | - |
| HSV(B) | 204.12º | 0.8% | 0.47% | - |
| XYZ | 6.85 | 7.61 | 19.2 | - |
| YUV | 69.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 121 | 0.80 | 0.32 | 0 | 0.53 | 204.12 | 0.67 | 0.28 |
| Hex | 18 | 52 | 79 | 50 | 20 | 0 | 35 | CC | 43 | 1C |
| Octal | 30 | 122 | 171 | 120 | 40 | 0 | 65 | 314 | 103 | 34 |
| Binary | 11000 | 1010010 | 1111001 | 1010000 | 100000 | 0 | 110101 | 11001100 | 1000011 | 11100 |
Color Harmonies of #185279
Complementary color
Monochromatic Colors of #185279
Black with #185279
Text Example
Text Example
White with #185279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185279; }
p { color: rgb(24,82,121); }
H1.HeaderClassName
{
color: #185279;
}
.AnyTagClassName
{
color: #185279;
}
</style>
background-color css
<style>
a { background-color: #185279; }
a { background-color: rgb(24,82,121); }
div.DivClassName
{
background-color: #185279;
}
.BgClassName
{
background-color: #185279;
}
</style>
border-color css
<style>
span { border-color: #185279; }
span { border-color: rgb(24,82,121); }
td.TdClassName
{
border-color: #185279;
}
.TagClassName
{
border-color: #185279;
}
</style>