Shades of Bahama Blue #18537B
Tints of Bahama Blue #18537B
RGB
CMYK
RGB Variations
Color information
#18537B (or 0x18537B) is known color: Bahama Blue. HEX triplet: 18, 53 and 7B. RGB value is (24,83,123). Sum of RGB (Red+Green+Blue) = 24+83+123=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 123 (48.44% from 255 or 53.48% from 230); Max value from RGB is 123 - color contains mainly: blue. Hex color #18537B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18537B is #E7AC84. Grayscale: #454545. Windows color (decimal): -15182981 or 8082200. OLE color: 8082200.
HSL color Cylindrical-coordinate representation of color #18537B: hue angle of 204.24º 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 #18537B is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 83 | 123 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.52 |
| HSL | 204.24º | 0.67% | 0.29% | - |
| HSV(B) | 204.24º | 0.8% | 0.48% | - |
| XYZ | 7.05 | 7.81 | 19.88 | - |
| YUV | 69.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 83 | 123 | 0.80 | 0.33 | 0 | 0.52 | 204.24 | 0.67 | 0.29 |
| Hex | 18 | 53 | 7B | 50 | 21 | 0 | 34 | CC | 43 | 1D |
| Octal | 30 | 123 | 173 | 120 | 41 | 0 | 64 | 314 | 103 | 35 |
| Binary | 11000 | 1010011 | 1111011 | 1010000 | 100001 | 0 | 110100 | 11001100 | 1000011 | 11101 |
Color Harmonies of #18537B
Complementary color
Monochromatic Colors of #18537B
Black with #18537B
Text Example
Text Example
White with #18537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18537B; }
p { color: rgb(24,83,123); }
H1.HeaderClassName
{
color: #18537B;
}
.AnyTagClassName
{
color: #18537B;
}
</style>
background-color css
<style>
a { background-color: #18537B; }
a { background-color: rgb(24,83,123); }
div.DivClassName
{
background-color: #18537B;
}
.BgClassName
{
background-color: #18537B;
}
</style>
border-color css
<style>
span { border-color: #18537B; }
span { border-color: rgb(24,83,123); }
td.TdClassName
{
border-color: #18537B;
}
.TagClassName
{
border-color: #18537B;
}
</style>