Shades of Bahama Blue #155F84
Tints of Bahama Blue #155F84
RGB
CMYK
RGB Variations
Color information
#155F84 (or 0x155F84) is known color: Bahama Blue. HEX triplet: 15, 5F and 84. RGB value is (21,95,132). Sum of RGB (Red+Green+Blue) = 21+95+132=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #155F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155F84 is #EAA07B. Grayscale: #4C4C4C. Windows color (decimal): -15376508 or 8675093. OLE color: 8675093.
HSL color Cylindrical-coordinate representation of color #155F84: hue angle of 200º 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 #155F84 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 95 | 132 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.48 |
| HSL | 200º | 0.73% | 0.3% | - |
| HSV(B) | 200º | 0.84% | 0.52% | - |
| XYZ | 8.57 | 10.01 | 23.31 | - |
| YUV | 77.09 | 158.98 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 132 | 0.84 | 0.28 | 0 | 0.48 | 200 | 0.73 | 0.3 |
| Hex | 15 | 5F | 84 | 54 | 1C | 0 | 30 | C8 | 49 | 1E |
| Octal | 25 | 137 | 204 | 124 | 34 | 0 | 60 | 310 | 111 | 36 |
| Binary | 10101 | 1011111 | 10000100 | 1010100 | 11100 | 0 | 110000 | 11001000 | 1001001 | 11110 |
Color Harmonies of #155F84
Complementary color
Monochromatic Colors of #155F84
Black with #155F84
Text Example
Text Example
White with #155F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F84; }
p { color: rgb(21,95,132); }
H1.HeaderClassName
{
color: #155F84;
}
.AnyTagClassName
{
color: #155F84;
}
</style>
background-color css
<style>
a { background-color: #155F84; }
a { background-color: rgb(21,95,132); }
div.DivClassName
{
background-color: #155F84;
}
.BgClassName
{
background-color: #155F84;
}
</style>
border-color css
<style>
span { border-color: #155F84; }
span { border-color: rgb(21,95,132); }
td.TdClassName
{
border-color: #155F84;
}
.TagClassName
{
border-color: #155F84;
}
</style>