Shades of Bahama Blue #155B82
Tints of Bahama Blue #155B82
RGB
CMYK
RGB Variations
Color information
#155B82 (or 0x155B82) is known color: Bahama Blue. HEX triplet: 15, 5B and 82. RGB value is (21,91,130). Sum of RGB (Red+Green+Blue) = 21+91+130=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #155B82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B82 is #EAA47D. Grayscale: #4A4A4A. Windows color (decimal): -15377534 or 8542997. OLE color: 8542997.
HSL color Cylindrical-coordinate representation of color #155B82: hue angle of 201.47º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155B82 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 91 | 130 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.49 |
| HSL | 201.47º | 0.72% | 0.3% | - |
| HSV(B) | 201.47º | 0.84% | 0.51% | - |
| XYZ | 8.08 | 9.25 | 22.48 | - |
| YUV | 74.52 | 159.31 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 130 | 0.84 | 0.30 | 0 | 0.49 | 201.47 | 0.72 | 0.3 |
| Hex | 15 | 5B | 82 | 54 | 1E | 0 | 31 | C9 | 48 | 1E |
| Octal | 25 | 133 | 202 | 124 | 36 | 0 | 61 | 311 | 110 | 36 |
| Binary | 10101 | 1011011 | 10000010 | 1010100 | 11110 | 0 | 110001 | 11001001 | 1001000 | 11110 |
Color Harmonies of #155B82
Complementary color
Monochromatic Colors of #155B82
Black with #155B82
Text Example
Text Example
White with #155B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B82; }
p { color: rgb(21,91,130); }
H1.HeaderClassName
{
color: #155B82;
}
.AnyTagClassName
{
color: #155B82;
}
</style>
background-color css
<style>
a { background-color: #155B82; }
a { background-color: rgb(21,91,130); }
div.DivClassName
{
background-color: #155B82;
}
.BgClassName
{
background-color: #155B82;
}
</style>
border-color css
<style>
span { border-color: #155B82; }
span { border-color: rgb(21,91,130); }
td.TdClassName
{
border-color: #155B82;
}
.TagClassName
{
border-color: #155B82;
}
</style>