Shades of Bahama Blue #155D8D
Tints of Bahama Blue #155D8D
RGB
CMYK
RGB Variations
Color information
#155D8D (or 0x155D8D) is known color: Bahama Blue. HEX triplet: 15, 5D and 8D. RGB value is (21,93,141). Sum of RGB (Red+Green+Blue) = 21+93+141=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #155D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D8D is #EAA272. Grayscale: #4C4C4C. Windows color (decimal): -15377011 or 9264405. OLE color: 9264405.
HSL color Cylindrical-coordinate representation of color #155D8D: hue angle of 204º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155D8D is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 93 | 141 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.45 |
| HSL | 204º | 0.74% | 0.32% | - |
| HSV(B) | 204º | 0.85% | 0.55% | - |
| XYZ | 9.03 | 9.91 | 26.64 | - |
| YUV | 76.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 141 | 0.85 | 0.34 | 0 | 0.45 | 204 | 0.74 | 0.32 |
| Hex | 15 | 5D | 8D | 55 | 22 | 0 | 2D | CC | 4A | 20 |
| Octal | 25 | 135 | 215 | 125 | 42 | 0 | 55 | 314 | 112 | 40 |
| Binary | 10101 | 1011101 | 10001101 | 1010101 | 100010 | 0 | 101101 | 11001100 | 1001010 | 100000 |
Color Harmonies of #155D8D
Complementary color
Monochromatic Colors of #155D8D
Black with #155D8D
Text Example
Text Example
White with #155D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155D8D; }
p { color: rgb(21,93,141); }
H1.HeaderClassName
{
color: #155D8D;
}
.AnyTagClassName
{
color: #155D8D;
}
</style>
background-color css
<style>
a { background-color: #155D8D; }
a { background-color: rgb(21,93,141); }
div.DivClassName
{
background-color: #155D8D;
}
.BgClassName
{
background-color: #155D8D;
}
</style>
border-color css
<style>
span { border-color: #155D8D; }
span { border-color: rgb(21,93,141); }
td.TdClassName
{
border-color: #155D8D;
}
.TagClassName
{
border-color: #155D8D;
}
</style>