Shades of Bahama Blue #18608C
Tints of Bahama Blue #18608C
RGB
CMYK
RGB Variations
Color information
#18608C (or 0x18608C) is known color: Bahama Blue. HEX triplet: 18, 60 and 8C. RGB value is (24,96,140). Sum of RGB (Red+Green+Blue) = 24+96+140=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #18608C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18608C is #E79F73. Grayscale: #4F4F4F. Windows color (decimal): -15179636 or 9199640. OLE color: 9199640.
HSL color Cylindrical-coordinate representation of color #18608C: hue angle of 202.76º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18608C is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 96 | 140 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.45 |
| HSL | 202.76º | 0.71% | 0.32% | - |
| HSV(B) | 202.76º | 0.83% | 0.55% | - |
| XYZ | 9.29 | 10.45 | 26.34 | - |
| YUV | 79.49 | 162.15 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 140 | 0.83 | 0.31 | 0 | 0.45 | 202.76 | 0.71 | 0.32 |
| Hex | 18 | 60 | 8C | 53 | 1F | 0 | 2D | CB | 47 | 20 |
| Octal | 30 | 140 | 214 | 123 | 37 | 0 | 55 | 313 | 107 | 40 |
| Binary | 11000 | 1100000 | 10001100 | 1010011 | 11111 | 0 | 101101 | 11001011 | 1000111 | 100000 |
Color Harmonies of #18608C
Complementary color
Monochromatic Colors of #18608C
Black with #18608C
Text Example
Text Example
White with #18608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18608C; }
p { color: rgb(24,96,140); }
H1.HeaderClassName
{
color: #18608C;
}
.AnyTagClassName
{
color: #18608C;
}
</style>
background-color css
<style>
a { background-color: #18608C; }
a { background-color: rgb(24,96,140); }
div.DivClassName
{
background-color: #18608C;
}
.BgClassName
{
background-color: #18608C;
}
</style>
border-color css
<style>
span { border-color: #18608C; }
span { border-color: rgb(24,96,140); }
td.TdClassName
{
border-color: #18608C;
}
.TagClassName
{
border-color: #18608C;
}
</style>