Shades of Bahama Blue #184E7C
Tints of Bahama Blue #184E7C
RGB
CMYK
RGB Variations
Color information
#184E7C (or 0x184E7C) is known color: Bahama Blue. HEX triplet: 18, 4E and 7C. RGB value is (24,78,124). Sum of RGB (Red+Green+Blue) = 24+78+124=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #184E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E7C is #E7B183. Grayscale: #424242. Windows color (decimal): -15184260 or 8146456. OLE color: 8146456.
HSL color Cylindrical-coordinate representation of color #184E7C: hue angle of 207.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184E7C is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 78 | 124 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.51 |
| HSL | 207.6º | 0.68% | 0.29% | - |
| HSV(B) | 207.6º | 0.81% | 0.49% | - |
| XYZ | 6.74 | 7.1 | 20.08 | - |
| YUV | 67.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 124 | 0.81 | 0.37 | 0 | 0.51 | 207.6 | 0.68 | 0.29 |
| Hex | 18 | 4E | 7C | 51 | 25 | 0 | 33 | D0 | 44 | 1D |
| Octal | 30 | 116 | 174 | 121 | 45 | 0 | 63 | 320 | 104 | 35 |
| Binary | 11000 | 1001110 | 1111100 | 1010001 | 100101 | 0 | 110011 | 11010000 | 1000100 | 11101 |
Color Harmonies of #184E7C
Complementary color
Monochromatic Colors of #184E7C
Black with #184E7C
Text Example
Text Example
White with #184E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E7C; }
p { color: rgb(24,78,124); }
H1.HeaderClassName
{
color: #184E7C;
}
.AnyTagClassName
{
color: #184E7C;
}
</style>
background-color css
<style>
a { background-color: #184E7C; }
a { background-color: rgb(24,78,124); }
div.DivClassName
{
background-color: #184E7C;
}
.BgClassName
{
background-color: #184E7C;
}
</style>
border-color css
<style>
span { border-color: #184E7C; }
span { border-color: rgb(24,78,124); }
td.TdClassName
{
border-color: #184E7C;
}
.TagClassName
{
border-color: #184E7C;
}
</style>