Shades of Bahama Blue #205D89
Tints of Bahama Blue #205D89
RGB
CMYK
RGB Variations
Color information
#205D89 (or 0x205D89) is known color: Bahama Blue. HEX triplet: 20, 5D and 89. RGB value is (32,93,137). Sum of RGB (Red+Green+Blue) = 32+93+137=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #205D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D89 is #DFA276. Grayscale: #4F4F4F. Windows color (decimal): -14656119 or 9002272. OLE color: 9002272.
HSL color Cylindrical-coordinate representation of color #205D89: hue angle of 205.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205D89 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 93 | 137 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.46 |
| HSL | 205.14º | 0.62% | 0.33% | - |
| HSV(B) | 205.14º | 0.77% | 0.54% | - |
| XYZ | 9.03 | 9.94 | 25.11 | - |
| YUV | 79.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 137 | 0.77 | 0.32 | 0 | 0.46 | 205.14 | 0.62 | 0.33 |
| Hex | 20 | 5D | 89 | 4D | 20 | 0 | 2E | CD | 3E | 21 |
| Octal | 40 | 135 | 211 | 115 | 40 | 0 | 56 | 315 | 76 | 41 |
| Binary | 100000 | 1011101 | 10001001 | 1001101 | 100000 | 0 | 101110 | 11001101 | 111110 | 100001 |
Color Harmonies of #205D89
Complementary color
Monochromatic Colors of #205D89
Black with #205D89
Text Example
Text Example
White with #205D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D89; }
p { color: rgb(32,93,137); }
H1.HeaderClassName
{
color: #205D89;
}
.AnyTagClassName
{
color: #205D89;
}
</style>
background-color css
<style>
a { background-color: #205D89; }
a { background-color: rgb(32,93,137); }
div.DivClassName
{
background-color: #205D89;
}
.BgClassName
{
background-color: #205D89;
}
</style>
border-color css
<style>
span { border-color: #205D89; }
span { border-color: rgb(32,93,137); }
td.TdClassName
{
border-color: #205D89;
}
.TagClassName
{
border-color: #205D89;
}
</style>