Shades of Bahama Blue #155B84
Tints of Bahama Blue #155B84
RGB
CMYK
RGB Variations
Color information
#155B84 (or 0x155B84) is known color: Bahama Blue. HEX triplet: 15, 5B and 84. RGB value is (21,91,132). Sum of RGB (Red+Green+Blue) = 21+91+132=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #155B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B84 is #EAA47B. Grayscale: #4A4A4A. Windows color (decimal): -15377532 or 8674069. OLE color: 8674069.
HSL color Cylindrical-coordinate representation of color #155B84: hue angle of 202.16º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155B84 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 91 | 132 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.48 |
| HSL | 202.16º | 0.73% | 0.3% | - |
| HSV(B) | 202.16º | 0.84% | 0.52% | - |
| XYZ | 8.22 | 9.31 | 23.19 | - |
| YUV | 74.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 132 | 0.84 | 0.31 | 0 | 0.48 | 202.16 | 0.73 | 0.3 |
| Hex | 15 | 5B | 84 | 54 | 1F | 0 | 30 | CA | 49 | 1E |
| Octal | 25 | 133 | 204 | 124 | 37 | 0 | 60 | 312 | 111 | 36 |
| Binary | 10101 | 1011011 | 10000100 | 1010100 | 11111 | 0 | 110000 | 11001010 | 1001001 | 11110 |
Color Harmonies of #155B84
Complementary color
Monochromatic Colors of #155B84
Black with #155B84
Text Example
Text Example
White with #155B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B84; }
p { color: rgb(21,91,132); }
H1.HeaderClassName
{
color: #155B84;
}
.AnyTagClassName
{
color: #155B84;
}
</style>
background-color css
<style>
a { background-color: #155B84; }
a { background-color: rgb(21,91,132); }
div.DivClassName
{
background-color: #155B84;
}
.BgClassName
{
background-color: #155B84;
}
</style>
border-color css
<style>
span { border-color: #155B84; }
span { border-color: rgb(21,91,132); }
td.TdClassName
{
border-color: #155B84;
}
.TagClassName
{
border-color: #155B84;
}
</style>