Shades of Bahama Blue #155D84
Tints of Bahama Blue #155D84
RGB
CMYK
RGB Variations
Color information
#155D84 (or 0x155D84) is known color: Bahama Blue. HEX triplet: 15, 5D and 84. RGB value is (21,93,132). Sum of RGB (Red+Green+Blue) = 21+93+132=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #155D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D84 is #EAA27B. Grayscale: #4B4B4B. Windows color (decimal): -15377020 or 8674581. OLE color: 8674581.
HSL color Cylindrical-coordinate representation of color #155D84: hue angle of 201.08º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155D84 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 93 | 132 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.48 |
| HSL | 201.08º | 0.73% | 0.3% | - |
| HSV(B) | 201.08º | 0.84% | 0.52% | - |
| XYZ | 8.39 | 9.65 | 23.25 | - |
| YUV | 75.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 132 | 0.84 | 0.30 | 0 | 0.48 | 201.08 | 0.73 | 0.3 |
| Hex | 15 | 5D | 84 | 54 | 1E | 0 | 30 | C9 | 49 | 1E |
| Octal | 25 | 135 | 204 | 124 | 36 | 0 | 60 | 311 | 111 | 36 |
| Binary | 10101 | 1011101 | 10000100 | 1010100 | 11110 | 0 | 110000 | 11001001 | 1001001 | 11110 |
Color Harmonies of #155D84
Complementary color
Monochromatic Colors of #155D84
Black with #155D84
Text Example
Text Example
White with #155D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D84; }
p { color: rgb(21,93,132); }
H1.HeaderClassName
{
color: #155D84;
}
.AnyTagClassName
{
color: #155D84;
}
</style>
background-color css
<style>
a { background-color: #155D84; }
a { background-color: rgb(21,93,132); }
div.DivClassName
{
background-color: #155D84;
}
.BgClassName
{
background-color: #155D84;
}
</style>
border-color css
<style>
span { border-color: #155D84; }
span { border-color: rgb(21,93,132); }
td.TdClassName
{
border-color: #155D84;
}
.TagClassName
{
border-color: #155D84;
}
</style>