Shades of Bahama Blue #184E7A
Tints of Bahama Blue #184E7A
RGB
CMYK
RGB Variations
Color information
#184E7A (or 0x184E7A) is known color: Bahama Blue. HEX triplet: 18, 4E and 7A. RGB value is (24,78,122). Sum of RGB (Red+Green+Blue) = 24+78+122=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #184E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E7A is #E7B185. Grayscale: #424242. Windows color (decimal): -15184262 or 8015384. OLE color: 8015384.
HSL color Cylindrical-coordinate representation of color #184E7A: hue angle of 206.94º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #184E7A is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 78 | 122 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.52 |
| HSL | 206.94º | 0.67% | 0.29% | - |
| HSV(B) | 206.94º | 0.8% | 0.48% | - |
| XYZ | 6.61 | 7.05 | 19.42 | - |
| YUV | 66.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 78 | 122 | 0.80 | 0.36 | 0 | 0.52 | 206.94 | 0.67 | 0.29 |
| Hex | 18 | 4E | 7A | 50 | 24 | 0 | 34 | CF | 43 | 1D |
| Octal | 30 | 116 | 172 | 120 | 44 | 0 | 64 | 317 | 103 | 35 |
| Binary | 11000 | 1001110 | 1111010 | 1010000 | 100100 | 0 | 110100 | 11001111 | 1000011 | 11101 |
Color Harmonies of #184E7A
Complementary color
Monochromatic Colors of #184E7A
Black with #184E7A
Text Example
Text Example
White with #184E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184E7A; }
p { color: rgb(24,78,122); }
H1.HeaderClassName
{
color: #184E7A;
}
.AnyTagClassName
{
color: #184E7A;
}
</style>
background-color css
<style>
a { background-color: #184E7A; }
a { background-color: rgb(24,78,122); }
div.DivClassName
{
background-color: #184E7A;
}
.BgClassName
{
background-color: #184E7A;
}
</style>
border-color css
<style>
span { border-color: #184E7A; }
span { border-color: rgb(24,78,122); }
td.TdClassName
{
border-color: #184E7A;
}
.TagClassName
{
border-color: #184E7A;
}
</style>