Shades of Bahama Blue #155685
Tints of Bahama Blue #155685
RGB
CMYK
RGB Variations
Color information
#155685 (or 0x155685) is known color: Bahama Blue. HEX triplet: 15, 56 and 85. RGB value is (21,86,133). Sum of RGB (Red+Green+Blue) = 21+86+133=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #155685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155685 is #EAA97A. Grayscale: #474747. Windows color (decimal): -15378811 or 8738325. OLE color: 8738325.
HSL color Cylindrical-coordinate representation of color #155685: hue angle of 205.18º 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 #155685 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 86 | 133 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.48 |
| HSL | 205.18º | 0.73% | 0.3% | - |
| HSV(B) | 205.18º | 0.84% | 0.52% | - |
| XYZ | 7.87 | 8.51 | 23.42 | - |
| YUV | 71.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 133 | 0.84 | 0.35 | 0 | 0.48 | 205.18 | 0.73 | 0.3 |
| Hex | 15 | 56 | 85 | 54 | 23 | 0 | 30 | CD | 49 | 1E |
| Octal | 25 | 126 | 205 | 124 | 43 | 0 | 60 | 315 | 111 | 36 |
| Binary | 10101 | 1010110 | 10000101 | 1010100 | 100011 | 0 | 110000 | 11001101 | 1001001 | 11110 |
Color Harmonies of #155685
Complementary color
Monochromatic Colors of #155685
Black with #155685
Text Example
Text Example
White with #155685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155685; }
p { color: rgb(21,86,133); }
H1.HeaderClassName
{
color: #155685;
}
.AnyTagClassName
{
color: #155685;
}
</style>
background-color css
<style>
a { background-color: #155685; }
a { background-color: rgb(21,86,133); }
div.DivClassName
{
background-color: #155685;
}
.BgClassName
{
background-color: #155685;
}
</style>
border-color css
<style>
span { border-color: #155685; }
span { border-color: rgb(21,86,133); }
td.TdClassName
{
border-color: #155685;
}
.TagClassName
{
border-color: #155685;
}
</style>