Shades of Bahama Blue #155A85
Tints of Bahama Blue #155A85
RGB
CMYK
RGB Variations
Color information
#155A85 (or 0x155A85) is known color: Bahama Blue. HEX triplet: 15, 5A and 85. RGB value is (21,90,133). Sum of RGB (Red+Green+Blue) = 21+90+133=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #155A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155A85 is #EAA57A. Grayscale: #4A4A4A. Windows color (decimal): -15377787 or 8739349. OLE color: 8739349.
HSL color Cylindrical-coordinate representation of color #155A85: hue angle of 203.04º 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 #155A85 is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 90 | 133 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.48 |
| HSL | 203.04º | 0.73% | 0.3% | - |
| HSV(B) | 203.04º | 0.84% | 0.52% | - |
| XYZ | 8.2 | 9.17 | 23.53 | - |
| YUV | 74.27 | 161.14 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 133 | 0.84 | 0.32 | 0 | 0.48 | 203.04 | 0.73 | 0.3 |
| Hex | 15 | 5A | 85 | 54 | 20 | 0 | 30 | CB | 49 | 1E |
| Octal | 25 | 132 | 205 | 124 | 40 | 0 | 60 | 313 | 111 | 36 |
| Binary | 10101 | 1011010 | 10000101 | 1010100 | 100000 | 0 | 110000 | 11001011 | 1001001 | 11110 |
Color Harmonies of #155A85
Complementary color
Monochromatic Colors of #155A85
Black with #155A85
Text Example
Text Example
White with #155A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A85; }
p { color: rgb(21,90,133); }
H1.HeaderClassName
{
color: #155A85;
}
.AnyTagClassName
{
color: #155A85;
}
</style>
background-color css
<style>
a { background-color: #155A85; }
a { background-color: rgb(21,90,133); }
div.DivClassName
{
background-color: #155A85;
}
.BgClassName
{
background-color: #155A85;
}
</style>
border-color css
<style>
span { border-color: #155A85; }
span { border-color: rgb(21,90,133); }
td.TdClassName
{
border-color: #155A85;
}
.TagClassName
{
border-color: #155A85;
}
</style>