Shades of Bahama Blue #18567B
Tints of Bahama Blue #18567B
RGB
CMYK
RGB Variations
Color information
#18567B (or 0x18567B) is known color: Bahama Blue. HEX triplet: 18, 56 and 7B. RGB value is (24,86,123). Sum of RGB (Red+Green+Blue) = 24+86+123=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #18567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18567B is #E7A984. Grayscale: #474747. Windows color (decimal): -15182213 or 8082968. OLE color: 8082968.
HSL color Cylindrical-coordinate representation of color #18567B: hue angle of 202.42º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18567B is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 86 | 123 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.52 |
| HSL | 202.42º | 0.67% | 0.29% | - |
| HSV(B) | 202.42º | 0.8% | 0.48% | - |
| XYZ | 7.28 | 8.28 | 19.95 | - |
| YUV | 71.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 123 | 0.80 | 0.30 | 0 | 0.52 | 202.42 | 0.67 | 0.29 |
| Hex | 18 | 56 | 7B | 50 | 1E | 0 | 34 | CA | 43 | 1D |
| Octal | 30 | 126 | 173 | 120 | 36 | 0 | 64 | 312 | 103 | 35 |
| Binary | 11000 | 1010110 | 1111011 | 1010000 | 11110 | 0 | 110100 | 11001010 | 1000011 | 11101 |
Color Harmonies of #18567B
Complementary color
Monochromatic Colors of #18567B
Black with #18567B
Text Example
Text Example
White with #18567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18567B; }
p { color: rgb(24,86,123); }
H1.HeaderClassName
{
color: #18567B;
}
.AnyTagClassName
{
color: #18567B;
}
</style>
background-color css
<style>
a { background-color: #18567B; }
a { background-color: rgb(24,86,123); }
div.DivClassName
{
background-color: #18567B;
}
.BgClassName
{
background-color: #18567B;
}
</style>
border-color css
<style>
span { border-color: #18567B; }
span { border-color: rgb(24,86,123); }
td.TdClassName
{
border-color: #18567B;
}
.TagClassName
{
border-color: #18567B;
}
</style>