Shades of Bahama Blue #205981
Tints of Bahama Blue #205981
RGB
CMYK
RGB Variations
Color information
#205981 (or 0x205981) is known color: Bahama Blue. HEX triplet: 20, 59 and 81. RGB value is (32,89,129). Sum of RGB (Red+Green+Blue) = 32+89+129=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #205981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205981 is #DFA67E. Grayscale: #4C4C4C. Windows color (decimal): -14657151 or 8476960. OLE color: 8476960.
HSL color Cylindrical-coordinate representation of color #205981: hue angle of 204.74º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205981 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 89 | 129 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.49 |
| HSL | 204.74º | 0.6% | 0.32% | - |
| HSV(B) | 204.74º | 0.75% | 0.51% | - |
| XYZ | 8.13 | 9.04 | 22.08 | - |
| YUV | 76.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 129 | 0.75 | 0.31 | 0 | 0.49 | 204.74 | 0.6 | 0.32 |
| Hex | 20 | 59 | 81 | 4B | 1F | 0 | 31 | CD | 3C | 20 |
| Octal | 40 | 131 | 201 | 113 | 37 | 0 | 61 | 315 | 74 | 40 |
| Binary | 100000 | 1011001 | 10000001 | 1001011 | 11111 | 0 | 110001 | 11001101 | 111100 | 100000 |
Color Harmonies of #205981
Complementary color
Monochromatic Colors of #205981
Black with #205981
Text Example
Text Example
White with #205981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205981; }
p { color: rgb(32,89,129); }
H1.HeaderClassName
{
color: #205981;
}
.AnyTagClassName
{
color: #205981;
}
</style>
background-color css
<style>
a { background-color: #205981; }
a { background-color: rgb(32,89,129); }
div.DivClassName
{
background-color: #205981;
}
.BgClassName
{
background-color: #205981;
}
</style>
border-color css
<style>
span { border-color: #205981; }
span { border-color: rgb(32,89,129); }
td.TdClassName
{
border-color: #205981;
}
.TagClassName
{
border-color: #205981;
}
</style>