Shades of Bahama Blue #18567E
Tints of Bahama Blue #18567E
RGB
CMYK
RGB Variations
Color information
#18567E (or 0x18567E) is known color: Bahama Blue. HEX triplet: 18, 56 and 7E. RGB value is (24,86,126). Sum of RGB (Red+Green+Blue) = 24+86+126=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #18567E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18567E is #E7A981. Grayscale: #474747. Windows color (decimal): -15182210 or 8279576. OLE color: 8279576.
HSL color Cylindrical-coordinate representation of color #18567E: hue angle of 203.53º 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 #18567E is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 86 | 126 | - |
| CMYK | 0.81 | 0.32 | 0 | 0.51 |
| HSL | 203.53º | 0.68% | 0.29% | - |
| HSV(B) | 203.53º | 0.81% | 0.49% | - |
| XYZ | 7.47 | 8.36 | 20.96 | - |
| YUV | 72.02 | 158.46 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 126 | 0.81 | 0.32 | 0 | 0.51 | 203.53 | 0.68 | 0.29 |
| Hex | 18 | 56 | 7E | 51 | 20 | 0 | 33 | CC | 44 | 1D |
| Octal | 30 | 126 | 176 | 121 | 40 | 0 | 63 | 314 | 104 | 35 |
| Binary | 11000 | 1010110 | 1111110 | 1010001 | 100000 | 0 | 110011 | 11001100 | 1000100 | 11101 |
Color Harmonies of #18567E
Complementary color
Monochromatic Colors of #18567E
Black with #18567E
Text Example
Text Example
White with #18567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18567E; }
p { color: rgb(24,86,126); }
H1.HeaderClassName
{
color: #18567E;
}
.AnyTagClassName
{
color: #18567E;
}
</style>
background-color css
<style>
a { background-color: #18567E; }
a { background-color: rgb(24,86,126); }
div.DivClassName
{
background-color: #18567E;
}
.BgClassName
{
background-color: #18567E;
}
</style>
border-color css
<style>
span { border-color: #18567E; }
span { border-color: rgb(24,86,126); }
td.TdClassName
{
border-color: #18567E;
}
.TagClassName
{
border-color: #18567E;
}
</style>