Shades of Bahama Blue #18547C
Tints of Bahama Blue #18547C
RGB
CMYK
RGB Variations
Color information
#18547C (or 0x18547C) is known color: Bahama Blue. HEX triplet: 18, 54 and 7C. RGB value is (24,84,124). Sum of RGB (Red+Green+Blue) = 24+84+124=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #18547C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18547C is #E7AB83. Grayscale: #464646. Windows color (decimal): -15182724 or 8147992. OLE color: 8147992.
HSL color Cylindrical-coordinate representation of color #18547C: hue angle of 204º 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 #18547C is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 84 | 124 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.51 |
| HSL | 204º | 0.68% | 0.29% | - |
| HSV(B) | 204º | 0.81% | 0.49% | - |
| XYZ | 7.19 | 7.99 | 20.23 | - |
| YUV | 70.62 | 158.12 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 124 | 0.81 | 0.32 | 0 | 0.51 | 204 | 0.68 | 0.29 |
| Hex | 18 | 54 | 7C | 51 | 20 | 0 | 33 | CC | 44 | 1D |
| Octal | 30 | 124 | 174 | 121 | 40 | 0 | 63 | 314 | 104 | 35 |
| Binary | 11000 | 1010100 | 1111100 | 1010001 | 100000 | 0 | 110011 | 11001100 | 1000100 | 11101 |
Color Harmonies of #18547C
Complementary color
Monochromatic Colors of #18547C
Black with #18547C
Text Example
Text Example
White with #18547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18547C; }
p { color: rgb(24,84,124); }
H1.HeaderClassName
{
color: #18547C;
}
.AnyTagClassName
{
color: #18547C;
}
</style>
background-color css
<style>
a { background-color: #18547C; }
a { background-color: rgb(24,84,124); }
div.DivClassName
{
background-color: #18547C;
}
.BgClassName
{
background-color: #18547C;
}
</style>
border-color css
<style>
span { border-color: #18547C; }
span { border-color: rgb(24,84,124); }
td.TdClassName
{
border-color: #18547C;
}
.TagClassName
{
border-color: #18547C;
}
</style>