Shades of Bahama Blue #184E79
Tints of Bahama Blue #184E79
RGB
CMYK
RGB Variations
Color information
#184E79 (or 0x184E79) is known color: Bahama Blue. HEX triplet: 18, 4E and 79. RGB value is (24,78,121). Sum of RGB (Red+Green+Blue) = 24+78+121=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #184E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E79 is #E7B186. Grayscale: #424242. Windows color (decimal): -15184263 or 7949848. OLE color: 7949848.
HSL color Cylindrical-coordinate representation of color #184E79: hue angle of 206.6º 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 #184E79 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 78 | 121 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.53 |
| HSL | 206.6º | 0.67% | 0.28% | - |
| HSV(B) | 206.6º | 0.8% | 0.47% | - |
| XYZ | 6.55 | 7.02 | 19.1 | - |
| YUV | 66.76 | 158.61 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 121 | 0.80 | 0.36 | 0 | 0.53 | 206.6 | 0.67 | 0.28 |
| Hex | 18 | 4E | 79 | 50 | 24 | 0 | 35 | CF | 43 | 1C |
| Octal | 30 | 116 | 171 | 120 | 44 | 0 | 65 | 317 | 103 | 34 |
| Binary | 11000 | 1001110 | 1111001 | 1010000 | 100100 | 0 | 110101 | 11001111 | 1000011 | 11100 |
Color Harmonies of #184E79
Complementary color
Monochromatic Colors of #184E79
Black with #184E79
Text Example
Text Example
White with #184E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E79; }
p { color: rgb(24,78,121); }
H1.HeaderClassName
{
color: #184E79;
}
.AnyTagClassName
{
color: #184E79;
}
</style>
background-color css
<style>
a { background-color: #184E79; }
a { background-color: rgb(24,78,121); }
div.DivClassName
{
background-color: #184E79;
}
.BgClassName
{
background-color: #184E79;
}
</style>
border-color css
<style>
span { border-color: #184E79; }
span { border-color: rgb(24,78,121); }
td.TdClassName
{
border-color: #184E79;
}
.TagClassName
{
border-color: #184E79;
}
</style>