Shades of Bahama Blue #184F7F
Tints of Bahama Blue #184F7F
RGB
CMYK
RGB Variations
Color information
#184F7F (or 0x184F7F) is known color: Bahama Blue. HEX triplet: 18, 4F and 7F. RGB value is (24,79,127). Sum of RGB (Red+Green+Blue) = 24+79+127=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #184F7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F7F is #E7B080. Grayscale: #434343. Windows color (decimal): -15184001 or 8343320. OLE color: 8343320.
HSL color Cylindrical-coordinate representation of color #184F7F: hue angle of 207.96º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184F7F is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 79 | 127 | - |
| CMYK | 0.81 | 0.38 | 0 | 0.50 |
| HSL | 207.96º | 0.68% | 0.3% | - |
| HSV(B) | 207.96º | 0.81% | 0.5% | - |
| XYZ | 7 | 7.32 | 21.12 | - |
| YUV | 68.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 127 | 0.81 | 0.38 | 0 | 0.50 | 207.96 | 0.68 | 0.3 |
| Hex | 18 | 4F | 7F | 51 | 26 | 0 | 32 | D0 | 44 | 1E |
| Octal | 30 | 117 | 177 | 121 | 46 | 0 | 62 | 320 | 104 | 36 |
| Binary | 11000 | 1001111 | 1111111 | 1010001 | 100110 | 0 | 110010 | 11010000 | 1000100 | 11110 |
Color Harmonies of #184F7F
Complementary color
Monochromatic Colors of #184F7F
Black with #184F7F
Text Example
Text Example
White with #184F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F7F; }
p { color: rgb(24,79,127); }
H1.HeaderClassName
{
color: #184F7F;
}
.AnyTagClassName
{
color: #184F7F;
}
</style>
background-color css
<style>
a { background-color: #184F7F; }
a { background-color: rgb(24,79,127); }
div.DivClassName
{
background-color: #184F7F;
}
.BgClassName
{
background-color: #184F7F;
}
</style>
border-color css
<style>
span { border-color: #184F7F; }
span { border-color: rgb(24,79,127); }
td.TdClassName
{
border-color: #184F7F;
}
.TagClassName
{
border-color: #184F7F;
}
</style>