Shades of Bahama Blue #184F76
Tints of Bahama Blue #184F76
RGB
CMYK
RGB Variations
Color information
#184F76 (or 0x184F76) is known color: Bahama Blue. HEX triplet: 18, 4F and 76. RGB value is (24,79,118). Sum of RGB (Red+Green+Blue) = 24+79+118=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #184F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F76 is #E7B089. Grayscale: #424242. Windows color (decimal): -15184010 or 7753496. OLE color: 7753496.
HSL color Cylindrical-coordinate representation of color #184F76: hue angle of 204.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #184F76 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 79 | 118 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.54 |
| HSL | 204.89º | 0.66% | 0.28% | - |
| HSV(B) | 204.89º | 0.8% | 0.46% | - |
| XYZ | 6.44 | 7.09 | 18.17 | - |
| YUV | 67 | 156.78 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 118 | 0.80 | 0.33 | 0 | 0.54 | 204.89 | 0.66 | 0.28 |
| Hex | 18 | 4F | 76 | 50 | 21 | 0 | 36 | CD | 42 | 1C |
| Octal | 30 | 117 | 166 | 120 | 41 | 0 | 66 | 315 | 102 | 34 |
| Binary | 11000 | 1001111 | 1110110 | 1010000 | 100001 | 0 | 110110 | 11001101 | 1000010 | 11100 |
Color Harmonies of #184F76
Complementary color
Monochromatic Colors of #184F76
Black with #184F76
Text Example
Text Example
White with #184F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F76; }
p { color: rgb(24,79,118); }
H1.HeaderClassName
{
color: #184F76;
}
.AnyTagClassName
{
color: #184F76;
}
</style>
background-color css
<style>
a { background-color: #184F76; }
a { background-color: rgb(24,79,118); }
div.DivClassName
{
background-color: #184F76;
}
.BgClassName
{
background-color: #184F76;
}
</style>
border-color css
<style>
span { border-color: #184F76; }
span { border-color: rgb(24,79,118); }
td.TdClassName
{
border-color: #184F76;
}
.TagClassName
{
border-color: #184F76;
}
</style>