Shades of Bahama Blue #155B81
Tints of Bahama Blue #155B81
RGB
CMYK
RGB Variations
Color information
#155B81 (or 0x155B81) is known color: Bahama Blue. HEX triplet: 15, 5B and 81. RGB value is (21,91,129). Sum of RGB (Red+Green+Blue) = 21+91+129=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #155B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B81 is #EAA47E. Grayscale: #4A4A4A. Windows color (decimal): -15377535 or 8477461. OLE color: 8477461.
HSL color Cylindrical-coordinate representation of color #155B81: hue angle of 201.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155B81 is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 91 | 129 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.49 |
| HSL | 201.11º | 0.72% | 0.29% | - |
| HSV(B) | 201.11º | 0.84% | 0.51% | - |
| XYZ | 8.01 | 9.23 | 22.13 | - |
| YUV | 74.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 129 | 0.84 | 0.29 | 0 | 0.49 | 201.11 | 0.72 | 0.29 |
| Hex | 15 | 5B | 81 | 54 | 1D | 0 | 31 | C9 | 48 | 1D |
| Octal | 25 | 133 | 201 | 124 | 35 | 0 | 61 | 311 | 110 | 35 |
| Binary | 10101 | 1011011 | 10000001 | 1010100 | 11101 | 0 | 110001 | 11001001 | 1001000 | 11101 |
Color Harmonies of #155B81
Complementary color
Monochromatic Colors of #155B81
Black with #155B81
Text Example
Text Example
White with #155B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B81; }
p { color: rgb(21,91,129); }
H1.HeaderClassName
{
color: #155B81;
}
.AnyTagClassName
{
color: #155B81;
}
</style>
background-color css
<style>
a { background-color: #155B81; }
a { background-color: rgb(21,91,129); }
div.DivClassName
{
background-color: #155B81;
}
.BgClassName
{
background-color: #155B81;
}
</style>
border-color css
<style>
span { border-color: #155B81; }
span { border-color: rgb(21,91,129); }
td.TdClassName
{
border-color: #155B81;
}
.TagClassName
{
border-color: #155B81;
}
</style>