Shades of Bahama Blue #18557B
Tints of Bahama Blue #18557B
RGB
CMYK
RGB Variations
Color information
#18557B (or 0x18557B) is known color: Bahama Blue. HEX triplet: 18, 55 and 7B. RGB value is (24,85,123). Sum of RGB (Red+Green+Blue) = 24+85+123=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #18557B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18557B is #E7AA84. Grayscale: #464646. Windows color (decimal): -15182469 or 8082712. OLE color: 8082712.
HSL color Cylindrical-coordinate representation of color #18557B: hue angle of 203.03º 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 #18557B is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 85 | 123 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.52 |
| HSL | 203.03º | 0.67% | 0.29% | - |
| HSV(B) | 203.03º | 0.8% | 0.48% | - |
| XYZ | 7.2 | 8.12 | 19.93 | - |
| YUV | 71.09 | 157.29 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 123 | 0.80 | 0.31 | 0 | 0.52 | 203.03 | 0.67 | 0.29 |
| Hex | 18 | 55 | 7B | 50 | 1F | 0 | 34 | CB | 43 | 1D |
| Octal | 30 | 125 | 173 | 120 | 37 | 0 | 64 | 313 | 103 | 35 |
| Binary | 11000 | 1010101 | 1111011 | 1010000 | 11111 | 0 | 110100 | 11001011 | 1000011 | 11101 |
Color Harmonies of #18557B
Complementary color
Monochromatic Colors of #18557B
Black with #18557B
Text Example
Text Example
White with #18557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18557B; }
p { color: rgb(24,85,123); }
H1.HeaderClassName
{
color: #18557B;
}
.AnyTagClassName
{
color: #18557B;
}
</style>
background-color css
<style>
a { background-color: #18557B; }
a { background-color: rgb(24,85,123); }
div.DivClassName
{
background-color: #18557B;
}
.BgClassName
{
background-color: #18557B;
}
</style>
border-color css
<style>
span { border-color: #18557B; }
span { border-color: rgb(24,85,123); }
td.TdClassName
{
border-color: #18557B;
}
.TagClassName
{
border-color: #18557B;
}
</style>