Shades of Bahama Blue #15588C
Tints of Bahama Blue #15588C
RGB
CMYK
RGB Variations
Color information
#15588C (or 0x15588C) is known color: Bahama Blue. HEX triplet: 15, 58 and 8C. RGB value is (21,88,140). Sum of RGB (Red+Green+Blue) = 21+88+140=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #15588C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15588C is #EAA773. Grayscale: #494949. Windows color (decimal): -15378292 or 9197589. OLE color: 9197589.
HSL color Cylindrical-coordinate representation of color #15588C: hue angle of 206.22º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15588C is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 88 | 140 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.45 |
| HSL | 206.22º | 0.74% | 0.32% | - |
| HSV(B) | 206.22º | 0.85% | 0.55% | - |
| XYZ | 8.53 | 9.03 | 26.1 | - |
| YUV | 73.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 140 | 0.85 | 0.37 | 0 | 0.45 | 206.22 | 0.74 | 0.32 |
| Hex | 15 | 58 | 8C | 55 | 25 | 0 | 2D | CE | 4A | 20 |
| Octal | 25 | 130 | 214 | 125 | 45 | 0 | 55 | 316 | 112 | 40 |
| Binary | 10101 | 1011000 | 10001100 | 1010101 | 100101 | 0 | 101101 | 11001110 | 1001010 | 100000 |
Color Harmonies of #15588C
Complementary color
Monochromatic Colors of #15588C
Black with #15588C
Text Example
Text Example
White with #15588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15588C; }
p { color: rgb(21,88,140); }
H1.HeaderClassName
{
color: #15588C;
}
.AnyTagClassName
{
color: #15588C;
}
</style>
background-color css
<style>
a { background-color: #15588C; }
a { background-color: rgb(21,88,140); }
div.DivClassName
{
background-color: #15588C;
}
.BgClassName
{
background-color: #15588C;
}
</style>
border-color css
<style>
span { border-color: #15588C; }
span { border-color: rgb(21,88,140); }
td.TdClassName
{
border-color: #15588C;
}
.TagClassName
{
border-color: #15588C;
}
</style>