Shades of Bahama Blue #18557F
Tints of Bahama Blue #18557F
RGB
CMYK
RGB Variations
Color information
#18557F (or 0x18557F) is known color: Bahama Blue. HEX triplet: 18, 55 and 7F. RGB value is (24,85,127). Sum of RGB (Red+Green+Blue) = 24+85+127=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #18557F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18557F is #E7AA80. Grayscale: #474747. Windows color (decimal): -15182465 or 8344856. OLE color: 8344856.
HSL color Cylindrical-coordinate representation of color #18557F: hue angle of 204.47º 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 #18557F is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 85 | 127 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.50 |
| HSL | 204.47º | 0.68% | 0.3% | - |
| HSV(B) | 204.47º | 0.81% | 0.5% | - |
| XYZ | 7.46 | 8.22 | 21.27 | - |
| YUV | 71.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 127 | 0.81 | 0.33 | 0 | 0.50 | 204.47 | 0.68 | 0.3 |
| Hex | 18 | 55 | 7F | 51 | 21 | 0 | 32 | CC | 44 | 1E |
| Octal | 30 | 125 | 177 | 121 | 41 | 0 | 62 | 314 | 104 | 36 |
| Binary | 11000 | 1010101 | 1111111 | 1010001 | 100001 | 0 | 110010 | 11001100 | 1000100 | 11110 |
Color Harmonies of #18557F
Complementary color
Monochromatic Colors of #18557F
Black with #18557F
Text Example
Text Example
White with #18557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18557F; }
p { color: rgb(24,85,127); }
H1.HeaderClassName
{
color: #18557F;
}
.AnyTagClassName
{
color: #18557F;
}
</style>
background-color css
<style>
a { background-color: #18557F; }
a { background-color: rgb(24,85,127); }
div.DivClassName
{
background-color: #18557F;
}
.BgClassName
{
background-color: #18557F;
}
</style>
border-color css
<style>
span { border-color: #18557F; }
span { border-color: rgb(24,85,127); }
td.TdClassName
{
border-color: #18557F;
}
.TagClassName
{
border-color: #18557F;
}
</style>