Shades of Bahama Blue #18608D
Tints of Bahama Blue #18608D
RGB
CMYK
RGB Variations
Color information
#18608D (or 0x18608D) is known color: Bahama Blue. HEX triplet: 18, 60 and 8D. RGB value is (24,96,141). Sum of RGB (Red+Green+Blue) = 24+96+141=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #18608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18608D is #E79F72. Grayscale: #4F4F4F. Windows color (decimal): -15179635 or 9265176. OLE color: 9265176.
HSL color Cylindrical-coordinate representation of color #18608D: hue angle of 203.08º 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 #18608D is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 96 | 141 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.45 |
| HSL | 203.08º | 0.71% | 0.32% | - |
| HSV(B) | 203.08º | 0.83% | 0.55% | - |
| XYZ | 9.37 | 10.48 | 26.73 | - |
| YUV | 79.6 | 162.65 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 141 | 0.83 | 0.32 | 0 | 0.45 | 203.08 | 0.71 | 0.32 |
| Hex | 18 | 60 | 8D | 53 | 20 | 0 | 2D | CB | 47 | 20 |
| Octal | 30 | 140 | 215 | 123 | 40 | 0 | 55 | 313 | 107 | 40 |
| Binary | 11000 | 1100000 | 10001101 | 1010011 | 100000 | 0 | 101101 | 11001011 | 1000111 | 100000 |
Color Harmonies of #18608D
Complementary color
Monochromatic Colors of #18608D
Black with #18608D
Text Example
Text Example
White with #18608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18608D; }
p { color: rgb(24,96,141); }
H1.HeaderClassName
{
color: #18608D;
}
.AnyTagClassName
{
color: #18608D;
}
</style>
background-color css
<style>
a { background-color: #18608D; }
a { background-color: rgb(24,96,141); }
div.DivClassName
{
background-color: #18608D;
}
.BgClassName
{
background-color: #18608D;
}
</style>
border-color css
<style>
span { border-color: #18608D; }
span { border-color: rgb(24,96,141); }
td.TdClassName
{
border-color: #18608D;
}
.TagClassName
{
border-color: #18608D;
}
</style>