Shades of Bahama Blue #18638D
Tints of Bahama Blue #18638D
RGB
CMYK
RGB Variations
Color information
#18638D (or 0x18638D) is known color: Bahama Blue. HEX triplet: 18, 63 and 8D. RGB value is (24,99,141). Sum of RGB (Red+Green+Blue) = 24+99+141=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #18638D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18638D is #E79C72. Grayscale: #515151. Windows color (decimal): -15178867 or 9265944. OLE color: 9265944.
HSL color Cylindrical-coordinate representation of color #18638D: hue angle of 201.54º 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 #18638D is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 99 | 141 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.45 |
| HSL | 201.54º | 0.71% | 0.32% | - |
| HSV(B) | 201.54º | 0.83% | 0.55% | - |
| XYZ | 9.65 | 11.04 | 26.82 | - |
| YUV | 81.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 141 | 0.83 | 0.30 | 0 | 0.45 | 201.54 | 0.71 | 0.32 |
| Hex | 18 | 63 | 8D | 53 | 1E | 0 | 2D | CA | 47 | 20 |
| Octal | 30 | 143 | 215 | 123 | 36 | 0 | 55 | 312 | 107 | 40 |
| Binary | 11000 | 1100011 | 10001101 | 1010011 | 11110 | 0 | 101101 | 11001010 | 1000111 | 100000 |
Color Harmonies of #18638D
Complementary color
Monochromatic Colors of #18638D
Black with #18638D
Text Example
Text Example
White with #18638D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18638D; }
p { color: rgb(24,99,141); }
H1.HeaderClassName
{
color: #18638D;
}
.AnyTagClassName
{
color: #18638D;
}
</style>
background-color css
<style>
a { background-color: #18638D; }
a { background-color: rgb(24,99,141); }
div.DivClassName
{
background-color: #18638D;
}
.BgClassName
{
background-color: #18638D;
}
</style>
border-color css
<style>
span { border-color: #18638D; }
span { border-color: rgb(24,99,141); }
td.TdClassName
{
border-color: #18638D;
}
.TagClassName
{
border-color: #18638D;
}
</style>