Shades of Bahama Blue #18547D
Tints of Bahama Blue #18547D
RGB
CMYK
RGB Variations
Color information
#18547D (or 0x18547D) is known color: Bahama Blue. HEX triplet: 18, 54 and 7D. RGB value is (24,84,125). Sum of RGB (Red+Green+Blue) = 24+84+125=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #18547D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18547D is #E7AB82. Grayscale: #464646. Windows color (decimal): -15182723 or 8213528. OLE color: 8213528.
HSL color Cylindrical-coordinate representation of color #18547D: hue angle of 204.36º 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 #18547D is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 84 | 125 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.51 |
| HSL | 204.36º | 0.68% | 0.29% | - |
| HSV(B) | 204.36º | 0.81% | 0.49% | - |
| XYZ | 7.25 | 8.02 | 20.57 | - |
| YUV | 70.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 125 | 0.81 | 0.33 | 0 | 0.51 | 204.36 | 0.68 | 0.29 |
| Hex | 18 | 54 | 7D | 51 | 21 | 0 | 33 | CC | 44 | 1D |
| Octal | 30 | 124 | 175 | 121 | 41 | 0 | 63 | 314 | 104 | 35 |
| Binary | 11000 | 1010100 | 1111101 | 1010001 | 100001 | 0 | 110011 | 11001100 | 1000100 | 11101 |
Color Harmonies of #18547D
Complementary color
Monochromatic Colors of #18547D
Black with #18547D
Text Example
Text Example
White with #18547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18547D; }
p { color: rgb(24,84,125); }
H1.HeaderClassName
{
color: #18547D;
}
.AnyTagClassName
{
color: #18547D;
}
</style>
background-color css
<style>
a { background-color: #18547D; }
a { background-color: rgb(24,84,125); }
div.DivClassName
{
background-color: #18547D;
}
.BgClassName
{
background-color: #18547D;
}
</style>
border-color css
<style>
span { border-color: #18547D; }
span { border-color: rgb(24,84,125); }
td.TdClassName
{
border-color: #18547D;
}
.TagClassName
{
border-color: #18547D;
}
</style>