Shades of Bahama Blue #155C86
Tints of Bahama Blue #155C86
RGB
CMYK
RGB Variations
Color information
#155C86 (or 0x155C86) is known color: Bahama Blue. HEX triplet: 15, 5C and 86. RGB value is (21,92,134). Sum of RGB (Red+Green+Blue) = 21+92+134=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #155C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C86 is #EAA379. Grayscale: #4B4B4B. Windows color (decimal): -15377274 or 8805397. OLE color: 8805397.
HSL color Cylindrical-coordinate representation of color #155C86: hue angle of 202.3º 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 #155C86 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 92 | 134 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.47 |
| HSL | 202.3º | 0.73% | 0.3% | - |
| HSV(B) | 202.3º | 0.84% | 0.53% | - |
| XYZ | 8.44 | 9.53 | 23.95 | - |
| YUV | 75.56 | 160.98 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 134 | 0.84 | 0.31 | 0 | 0.47 | 202.3 | 0.73 | 0.3 |
| Hex | 15 | 5C | 86 | 54 | 1F | 0 | 2F | CA | 49 | 1E |
| Octal | 25 | 134 | 206 | 124 | 37 | 0 | 57 | 312 | 111 | 36 |
| Binary | 10101 | 1011100 | 10000110 | 1010100 | 11111 | 0 | 101111 | 11001010 | 1001001 | 11110 |
Color Harmonies of #155C86
Complementary color
Monochromatic Colors of #155C86
Black with #155C86
Text Example
Text Example
White with #155C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C86; }
p { color: rgb(21,92,134); }
H1.HeaderClassName
{
color: #155C86;
}
.AnyTagClassName
{
color: #155C86;
}
</style>
background-color css
<style>
a { background-color: #155C86; }
a { background-color: rgb(21,92,134); }
div.DivClassName
{
background-color: #155C86;
}
.BgClassName
{
background-color: #155C86;
}
</style>
border-color css
<style>
span { border-color: #155C86; }
span { border-color: rgb(21,92,134); }
td.TdClassName
{
border-color: #155C86;
}
.TagClassName
{
border-color: #155C86;
}
</style>