Shades of Bahama Blue #18537E
Tints of Bahama Blue #18537E
RGB
CMYK
RGB Variations
Color information
#18537E (or 0x18537E) is known color: Bahama Blue. HEX triplet: 18, 53 and 7E. RGB value is (24,83,126). Sum of RGB (Red+Green+Blue) = 24+83+126=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #18537E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18537E is #E7AC81. Grayscale: #464646. Windows color (decimal): -15182978 or 8278808. OLE color: 8278808.
HSL color Cylindrical-coordinate representation of color #18537E: hue angle of 205.29º 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 #18537E is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 83 | 126 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.51 |
| HSL | 205.29º | 0.68% | 0.29% | - |
| HSV(B) | 205.29º | 0.81% | 0.49% | - |
| XYZ | 7.24 | 7.89 | 20.88 | - |
| YUV | 70.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 126 | 0.81 | 0.34 | 0 | 0.51 | 205.29 | 0.68 | 0.29 |
| Hex | 18 | 53 | 7E | 51 | 22 | 0 | 33 | CD | 44 | 1D |
| Octal | 30 | 123 | 176 | 121 | 42 | 0 | 63 | 315 | 104 | 35 |
| Binary | 11000 | 1010011 | 1111110 | 1010001 | 100010 | 0 | 110011 | 11001101 | 1000100 | 11101 |
Color Harmonies of #18537E
Complementary color
Monochromatic Colors of #18537E
Black with #18537E
Text Example
Text Example
White with #18537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18537E; }
p { color: rgb(24,83,126); }
H1.HeaderClassName
{
color: #18537E;
}
.AnyTagClassName
{
color: #18537E;
}
</style>
background-color css
<style>
a { background-color: #18537E; }
a { background-color: rgb(24,83,126); }
div.DivClassName
{
background-color: #18537E;
}
.BgClassName
{
background-color: #18537E;
}
</style>
border-color css
<style>
span { border-color: #18537E; }
span { border-color: rgb(24,83,126); }
td.TdClassName
{
border-color: #18537E;
}
.TagClassName
{
border-color: #18537E;
}
</style>