Shades of Bahama Blue #155A84
Tints of Bahama Blue #155A84
RGB
CMYK
RGB Variations
Color information
#155A84 (or 0x155A84) is known color: Bahama Blue. HEX triplet: 15, 5A and 84. RGB value is (21,90,132). Sum of RGB (Red+Green+Blue) = 21+90+132=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #155A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A84 is #EAA57B. Grayscale: #494949. Windows color (decimal): -15377788 or 8673813. OLE color: 8673813.
HSL color Cylindrical-coordinate representation of color #155A84: hue angle of 202.7º 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 #155A84 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 90 | 132 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.48 |
| HSL | 202.7º | 0.73% | 0.3% | - |
| HSV(B) | 202.7º | 0.84% | 0.52% | - |
| XYZ | 8.13 | 9.14 | 23.17 | - |
| YUV | 74.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 132 | 0.84 | 0.32 | 0 | 0.48 | 202.7 | 0.73 | 0.3 |
| Hex | 15 | 5A | 84 | 54 | 20 | 0 | 30 | CB | 49 | 1E |
| Octal | 25 | 132 | 204 | 124 | 40 | 0 | 60 | 313 | 111 | 36 |
| Binary | 10101 | 1011010 | 10000100 | 1010100 | 100000 | 0 | 110000 | 11001011 | 1001001 | 11110 |
Color Harmonies of #155A84
Complementary color
Monochromatic Colors of #155A84
Black with #155A84
Text Example
Text Example
White with #155A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A84; }
p { color: rgb(21,90,132); }
H1.HeaderClassName
{
color: #155A84;
}
.AnyTagClassName
{
color: #155A84;
}
</style>
background-color css
<style>
a { background-color: #155A84; }
a { background-color: rgb(21,90,132); }
div.DivClassName
{
background-color: #155A84;
}
.BgClassName
{
background-color: #155A84;
}
</style>
border-color css
<style>
span { border-color: #155A84; }
span { border-color: rgb(21,90,132); }
td.TdClassName
{
border-color: #155A84;
}
.TagClassName
{
border-color: #155A84;
}
</style>