Shades of Bahama Blue #155A80
Tints of Bahama Blue #155A80
RGB
CMYK
RGB Variations
Color information
#155A80 (or 0x155A80) is known color: Bahama Blue. HEX triplet: 15, 5A and 80. RGB value is (21,90,128). Sum of RGB (Red+Green+Blue) = 21+90+128=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #155A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A80 is #EAA57F. Grayscale: #494949. Windows color (decimal): -15377792 or 8411669. OLE color: 8411669.
HSL color Cylindrical-coordinate representation of color #155A80: hue angle of 201.31º 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 #155A80 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 90 | 128 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.50 |
| HSL | 201.31º | 0.72% | 0.29% | - |
| HSV(B) | 201.31º | 0.84% | 0.5% | - |
| XYZ | 7.86 | 9.03 | 21.75 | - |
| YUV | 73.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 128 | 0.84 | 0.30 | 0 | 0.50 | 201.31 | 0.72 | 0.29 |
| Hex | 15 | 5A | 80 | 54 | 1E | 0 | 32 | C9 | 48 | 1D |
| Octal | 25 | 132 | 200 | 124 | 36 | 0 | 62 | 311 | 110 | 35 |
| Binary | 10101 | 1011010 | 10000000 | 1010100 | 11110 | 0 | 110010 | 11001001 | 1001000 | 11101 |
Color Harmonies of #155A80
Complementary color
Monochromatic Colors of #155A80
Black with #155A80
Text Example
Text Example
White with #155A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A80; }
p { color: rgb(21,90,128); }
H1.HeaderClassName
{
color: #155A80;
}
.AnyTagClassName
{
color: #155A80;
}
</style>
background-color css
<style>
a { background-color: #155A80; }
a { background-color: rgb(21,90,128); }
div.DivClassName
{
background-color: #155A80;
}
.BgClassName
{
background-color: #155A80;
}
</style>
border-color css
<style>
span { border-color: #155A80; }
span { border-color: rgb(21,90,128); }
td.TdClassName
{
border-color: #155A80;
}
.TagClassName
{
border-color: #155A80;
}
</style>