Shades of Bahama Blue #155B8B
Tints of Bahama Blue #155B8B
RGB
CMYK
RGB Variations
Color information
#155B8B (or 0x155B8B) is known color: Bahama Blue. HEX triplet: 15, 5B and 8B. RGB value is (21,91,139). Sum of RGB (Red+Green+Blue) = 21+91+139=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #155B8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155B8B is #EAA474. Grayscale: #4B4B4B. Windows color (decimal): -15377525 or 9132821. OLE color: 9132821.
HSL color Cylindrical-coordinate representation of color #155B8B: hue angle of 204.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155B8B is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 91 | 139 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.45 |
| HSL | 204.41º | 0.74% | 0.31% | - |
| HSV(B) | 204.41º | 0.85% | 0.55% | - |
| XYZ | 8.71 | 9.51 | 25.8 | - |
| YUV | 75.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 139 | 0.85 | 0.35 | 0 | 0.45 | 204.41 | 0.74 | 0.31 |
| Hex | 15 | 5B | 8B | 55 | 23 | 0 | 2D | CC | 4A | 1F |
| Octal | 25 | 133 | 213 | 125 | 43 | 0 | 55 | 314 | 112 | 37 |
| Binary | 10101 | 1011011 | 10001011 | 1010101 | 100011 | 0 | 101101 | 11001100 | 1001010 | 11111 |
Color Harmonies of #155B8B
Complementary color
Monochromatic Colors of #155B8B
Black with #155B8B
Text Example
Text Example
White with #155B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B8B; }
p { color: rgb(21,91,139); }
H1.HeaderClassName
{
color: #155B8B;
}
.AnyTagClassName
{
color: #155B8B;
}
</style>
background-color css
<style>
a { background-color: #155B8B; }
a { background-color: rgb(21,91,139); }
div.DivClassName
{
background-color: #155B8B;
}
.BgClassName
{
background-color: #155B8B;
}
</style>
border-color css
<style>
span { border-color: #155B8B; }
span { border-color: rgb(21,91,139); }
td.TdClassName
{
border-color: #155B8B;
}
.TagClassName
{
border-color: #155B8B;
}
</style>