Shades of Bahama Blue #18507C
Tints of Bahama Blue #18507C
RGB
CMYK
RGB Variations
Color information
#18507C (or 0x18507C) is known color: Bahama Blue. HEX triplet: 18, 50 and 7C. RGB value is (24,80,124). Sum of RGB (Red+Green+Blue) = 24+80+124=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #18507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18507C is #E7AF83. Grayscale: #444444. Windows color (decimal): -15183748 or 8146968. OLE color: 8146968.
HSL color Cylindrical-coordinate representation of color #18507C: hue angle of 206.4º 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 #18507C is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 80 | 124 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.51 |
| HSL | 206.4º | 0.68% | 0.29% | - |
| HSV(B) | 206.4º | 0.81% | 0.49% | - |
| XYZ | 6.88 | 7.39 | 20.13 | - |
| YUV | 68.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 124 | 0.81 | 0.35 | 0 | 0.51 | 206.4 | 0.68 | 0.29 |
| Hex | 18 | 50 | 7C | 51 | 23 | 0 | 33 | CE | 44 | 1D |
| Octal | 30 | 120 | 174 | 121 | 43 | 0 | 63 | 316 | 104 | 35 |
| Binary | 11000 | 1010000 | 1111100 | 1010001 | 100011 | 0 | 110011 | 11001110 | 1000100 | 11101 |
Color Harmonies of #18507C
Complementary color
Monochromatic Colors of #18507C
Black with #18507C
Text Example
Text Example
White with #18507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18507C; }
p { color: rgb(24,80,124); }
H1.HeaderClassName
{
color: #18507C;
}
.AnyTagClassName
{
color: #18507C;
}
</style>
background-color css
<style>
a { background-color: #18507C; }
a { background-color: rgb(24,80,124); }
div.DivClassName
{
background-color: #18507C;
}
.BgClassName
{
background-color: #18507C;
}
</style>
border-color css
<style>
span { border-color: #18507C; }
span { border-color: rgb(24,80,124); }
td.TdClassName
{
border-color: #18507C;
}
.TagClassName
{
border-color: #18507C;
}
</style>