Shades of Bahama Blue #18517F
Tints of Bahama Blue #18517F
RGB
CMYK
RGB Variations
Color information
#18517F (or 0x18517F) is known color: Bahama Blue. HEX triplet: 18, 51 and 7F. RGB value is (24,81,127). Sum of RGB (Red+Green+Blue) = 24+81+127=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #18517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18517F is #E7AE80. Grayscale: #444444. Windows color (decimal): -15183489 or 8343832. OLE color: 8343832.
HSL color Cylindrical-coordinate representation of color #18517F: hue angle of 206.8º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18517F is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 81 | 127 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.50 |
| HSL | 206.8º | 0.68% | 0.3% | - |
| HSV(B) | 206.8º | 0.81% | 0.5% | - |
| XYZ | 7.15 | 7.61 | 21.17 | - |
| YUV | 69.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 127 | 0.81 | 0.36 | 0 | 0.50 | 206.8 | 0.68 | 0.3 |
| Hex | 18 | 51 | 7F | 51 | 24 | 0 | 32 | CF | 44 | 1E |
| Octal | 30 | 121 | 177 | 121 | 44 | 0 | 62 | 317 | 104 | 36 |
| Binary | 11000 | 1010001 | 1111111 | 1010001 | 100100 | 0 | 110010 | 11001111 | 1000100 | 11110 |
Color Harmonies of #18517F
Complementary color
Monochromatic Colors of #18517F
Black with #18517F
Text Example
Text Example
White with #18517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18517F; }
p { color: rgb(24,81,127); }
H1.HeaderClassName
{
color: #18517F;
}
.AnyTagClassName
{
color: #18517F;
}
</style>
background-color css
<style>
a { background-color: #18517F; }
a { background-color: rgb(24,81,127); }
div.DivClassName
{
background-color: #18517F;
}
.BgClassName
{
background-color: #18517F;
}
</style>
border-color css
<style>
span { border-color: #18517F; }
span { border-color: rgb(24,81,127); }
td.TdClassName
{
border-color: #18517F;
}
.TagClassName
{
border-color: #18517F;
}
</style>