Shades of Bahama Blue #155B80
Tints of Bahama Blue #155B80
RGB
CMYK
RGB Variations
Color information
#155B80 (or 0x155B80) is known color: Bahama Blue. HEX triplet: 15, 5B and 80. RGB value is (21,91,128). Sum of RGB (Red+Green+Blue) = 21+91+128=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #155B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B80 is #EAA47F. Grayscale: #4A4A4A. Windows color (decimal): -15377536 or 8411925. OLE color: 8411925.
HSL color Cylindrical-coordinate representation of color #155B80: hue angle of 200.75º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155B80 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 91 | 128 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.50 |
| HSL | 200.75º | 0.72% | 0.29% | - |
| HSV(B) | 200.75º | 0.84% | 0.5% | - |
| XYZ | 7.95 | 9.2 | 21.78 | - |
| YUV | 74.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 128 | 0.84 | 0.29 | 0 | 0.50 | 200.75 | 0.72 | 0.29 |
| Hex | 15 | 5B | 80 | 54 | 1D | 0 | 32 | C9 | 48 | 1D |
| Octal | 25 | 133 | 200 | 124 | 35 | 0 | 62 | 311 | 110 | 35 |
| Binary | 10101 | 1011011 | 10000000 | 1010100 | 11101 | 0 | 110010 | 11001001 | 1001000 | 11101 |
Color Harmonies of #155B80
Complementary color
Monochromatic Colors of #155B80
Black with #155B80
Text Example
Text Example
White with #155B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B80; }
p { color: rgb(21,91,128); }
H1.HeaderClassName
{
color: #155B80;
}
.AnyTagClassName
{
color: #155B80;
}
</style>
background-color css
<style>
a { background-color: #155B80; }
a { background-color: rgb(21,91,128); }
div.DivClassName
{
background-color: #155B80;
}
.BgClassName
{
background-color: #155B80;
}
</style>
border-color css
<style>
span { border-color: #155B80; }
span { border-color: rgb(21,91,128); }
td.TdClassName
{
border-color: #155B80;
}
.TagClassName
{
border-color: #155B80;
}
</style>