Shades of Bahama Blue #18618D
Tints of Bahama Blue #18618D
RGB
CMYK
RGB Variations
Color information
#18618D (or 0x18618D) is known color: Bahama Blue. HEX triplet: 18, 61 and 8D. RGB value is (24,97,141). Sum of RGB (Red+Green+Blue) = 24+97+141=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 141 (55.47% from 255 or 53.82% from 262); Max value from RGB is 141 - color contains mainly: blue. Hex color #18618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18618D is #E79E72. Grayscale: #4F4F4F. Windows color (decimal): -15179379 or 9265432. OLE color: 9265432.
HSL color Cylindrical-coordinate representation of color #18618D: hue angle of 202.56º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18618D is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 97 | 141 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.45 |
| HSL | 202.56º | 0.71% | 0.32% | - |
| HSV(B) | 202.56º | 0.83% | 0.55% | - |
| XYZ | 9.46 | 10.67 | 26.76 | - |
| YUV | 80.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 141 | 0.83 | 0.31 | 0 | 0.45 | 202.56 | 0.71 | 0.32 |
| Hex | 18 | 61 | 8D | 53 | 1F | 0 | 2D | CB | 47 | 20 |
| Octal | 30 | 141 | 215 | 123 | 37 | 0 | 55 | 313 | 107 | 40 |
| Binary | 11000 | 1100001 | 10001101 | 1010011 | 11111 | 0 | 101101 | 11001011 | 1000111 | 100000 |
Color Harmonies of #18618D
Complementary color
Monochromatic Colors of #18618D
Black with #18618D
Text Example
Text Example
White with #18618D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18618D; }
p { color: rgb(24,97,141); }
H1.HeaderClassName
{
color: #18618D;
}
.AnyTagClassName
{
color: #18618D;
}
</style>
background-color css
<style>
a { background-color: #18618D; }
a { background-color: rgb(24,97,141); }
div.DivClassName
{
background-color: #18618D;
}
.BgClassName
{
background-color: #18618D;
}
</style>
border-color css
<style>
span { border-color: #18618D; }
span { border-color: rgb(24,97,141); }
td.TdClassName
{
border-color: #18618D;
}
.TagClassName
{
border-color: #18618D;
}
</style>