Shades of Bahama Blue #155C80
Tints of Bahama Blue #155C80
RGB
CMYK
RGB Variations
Color information
#155C80 (or 0x155C80) is known color: Bahama Blue. HEX triplet: 15, 5C and 80. RGB value is (21,92,128). Sum of RGB (Red+Green+Blue) = 21+92+128=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #155C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C80 is #EAA37F. Grayscale: #4A4A4A. Windows color (decimal): -15377280 or 8412181. OLE color: 8412181.
HSL color Cylindrical-coordinate representation of color #155C80: hue angle of 200.19º 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 #155C80 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 92 | 128 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.50 |
| HSL | 200.19º | 0.72% | 0.29% | - |
| HSV(B) | 200.19º | 0.84% | 0.5% | - |
| XYZ | 8.03 | 9.37 | 21.81 | - |
| YUV | 74.88 | 157.98 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 128 | 0.84 | 0.28 | 0 | 0.50 | 200.19 | 0.72 | 0.29 |
| Hex | 15 | 5C | 80 | 54 | 1C | 0 | 32 | C8 | 48 | 1D |
| Octal | 25 | 134 | 200 | 124 | 34 | 0 | 62 | 310 | 110 | 35 |
| Binary | 10101 | 1011100 | 10000000 | 1010100 | 11100 | 0 | 110010 | 11001000 | 1001000 | 11101 |
Color Harmonies of #155C80
Complementary color
Monochromatic Colors of #155C80
Black with #155C80
Text Example
Text Example
White with #155C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C80; }
p { color: rgb(21,92,128); }
H1.HeaderClassName
{
color: #155C80;
}
.AnyTagClassName
{
color: #155C80;
}
</style>
background-color css
<style>
a { background-color: #155C80; }
a { background-color: rgb(21,92,128); }
div.DivClassName
{
background-color: #155C80;
}
.BgClassName
{
background-color: #155C80;
}
</style>
border-color css
<style>
span { border-color: #155C80; }
span { border-color: rgb(21,92,128); }
td.TdClassName
{
border-color: #155C80;
}
.TagClassName
{
border-color: #155C80;
}
</style>