Shades of Bahama Blue #15587E
Tints of Bahama Blue #15587E
RGB
CMYK
RGB Variations
Color information
#15587E (or 0x15587E) is known color: Bahama Blue. HEX triplet: 15, 58 and 7E. RGB value is (21,88,126). Sum of RGB (Red+Green+Blue) = 21+88+126=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #15587E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15587E is #EAA781. Grayscale: #484848. Windows color (decimal): -15378306 or 8280085. OLE color: 8280085.
HSL color Cylindrical-coordinate representation of color #15587E: hue angle of 201.71º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15587E is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 88 | 126 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.51 |
| HSL | 201.71º | 0.71% | 0.29% | - |
| HSV(B) | 201.71º | 0.83% | 0.49% | - |
| XYZ | 7.56 | 8.65 | 21.01 | - |
| YUV | 72.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 88 | 126 | 0.83 | 0.30 | 0 | 0.51 | 201.71 | 0.71 | 0.29 |
| Hex | 15 | 58 | 7E | 53 | 1E | 0 | 33 | CA | 47 | 1D |
| Octal | 25 | 130 | 176 | 123 | 36 | 0 | 63 | 312 | 107 | 35 |
| Binary | 10101 | 1011000 | 1111110 | 1010011 | 11110 | 0 | 110011 | 11001010 | 1000111 | 11101 |
Color Harmonies of #15587E
Complementary color
Monochromatic Colors of #15587E
Black with #15587E
Text Example
Text Example
White with #15587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15587E; }
p { color: rgb(21,88,126); }
H1.HeaderClassName
{
color: #15587E;
}
.AnyTagClassName
{
color: #15587E;
}
</style>
background-color css
<style>
a { background-color: #15587E; }
a { background-color: rgb(21,88,126); }
div.DivClassName
{
background-color: #15587E;
}
.BgClassName
{
background-color: #15587E;
}
</style>
border-color css
<style>
span { border-color: #15587E; }
span { border-color: rgb(21,88,126); }
td.TdClassName
{
border-color: #15587E;
}
.TagClassName
{
border-color: #15587E;
}
</style>