Shades of Bahama Blue #155486
Tints of Bahama Blue #155486
RGB
CMYK
RGB Variations
Color information
#155486 (or 0x155486) is known color: Bahama Blue. HEX triplet: 15, 54 and 86. RGB value is (21,84,134). Sum of RGB (Red+Green+Blue) = 21+84+134=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #155486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155486 is #EAAB79. Grayscale: #464646. Windows color (decimal): -15379322 or 8803349. OLE color: 8803349.
HSL color Cylindrical-coordinate representation of color #155486: hue angle of 206.55º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155486 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 84 | 134 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.47 |
| HSL | 206.55º | 0.73% | 0.3% | - |
| HSV(B) | 206.55º | 0.84% | 0.53% | - |
| XYZ | 7.78 | 8.22 | 23.73 | - |
| YUV | 70.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 134 | 0.84 | 0.37 | 0 | 0.47 | 206.55 | 0.73 | 0.3 |
| Hex | 15 | 54 | 86 | 54 | 25 | 0 | 2F | CF | 49 | 1E |
| Octal | 25 | 124 | 206 | 124 | 45 | 0 | 57 | 317 | 111 | 36 |
| Binary | 10101 | 1010100 | 10000110 | 1010100 | 100101 | 0 | 101111 | 11001111 | 1001001 | 11110 |
Color Harmonies of #155486
Complementary color
Monochromatic Colors of #155486
Black with #155486
Text Example
Text Example
White with #155486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155486; }
p { color: rgb(21,84,134); }
H1.HeaderClassName
{
color: #155486;
}
.AnyTagClassName
{
color: #155486;
}
</style>
background-color css
<style>
a { background-color: #155486; }
a { background-color: rgb(21,84,134); }
div.DivClassName
{
background-color: #155486;
}
.BgClassName
{
background-color: #155486;
}
</style>
border-color css
<style>
span { border-color: #155486; }
span { border-color: rgb(21,84,134); }
td.TdClassName
{
border-color: #155486;
}
.TagClassName
{
border-color: #155486;
}
</style>