Shades of Bahama Blue #18557D
Tints of Bahama Blue #18557D
RGB
CMYK
RGB Variations
Color information
#18557D (or 0x18557D) is known color: Bahama Blue. HEX triplet: 18, 55 and 7D. RGB value is (24,85,125). Sum of RGB (Red+Green+Blue) = 24+85+125=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #18557D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18557D is #E7AA82. Grayscale: #474747. Windows color (decimal): -15182467 or 8213784. OLE color: 8213784.
HSL color Cylindrical-coordinate representation of color #18557D: hue angle of 203.76º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18557D is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 85 | 125 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.51 |
| HSL | 203.76º | 0.68% | 0.29% | - |
| HSV(B) | 203.76º | 0.81% | 0.49% | - |
| XYZ | 7.33 | 8.17 | 20.59 | - |
| YUV | 71.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 125 | 0.81 | 0.32 | 0 | 0.51 | 203.76 | 0.68 | 0.29 |
| Hex | 18 | 55 | 7D | 51 | 20 | 0 | 33 | CC | 44 | 1D |
| Octal | 30 | 125 | 175 | 121 | 40 | 0 | 63 | 314 | 104 | 35 |
| Binary | 11000 | 1010101 | 1111101 | 1010001 | 100000 | 0 | 110011 | 11001100 | 1000100 | 11101 |
Color Harmonies of #18557D
Complementary color
Monochromatic Colors of #18557D
Black with #18557D
Text Example
Text Example
White with #18557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18557D; }
p { color: rgb(24,85,125); }
H1.HeaderClassName
{
color: #18557D;
}
.AnyTagClassName
{
color: #18557D;
}
</style>
background-color css
<style>
a { background-color: #18557D; }
a { background-color: rgb(24,85,125); }
div.DivClassName
{
background-color: #18557D;
}
.BgClassName
{
background-color: #18557D;
}
</style>
border-color css
<style>
span { border-color: #18557D; }
span { border-color: rgb(24,85,125); }
td.TdClassName
{
border-color: #18557D;
}
.TagClassName
{
border-color: #18557D;
}
</style>