Shades of Bahama Blue #205B81
Tints of Bahama Blue #205B81
RGB
CMYK
RGB Variations
Color information
#205B81 (or 0x205B81) is known color: Bahama Blue. HEX triplet: 20, 5B and 81. RGB value is (32,91,129). Sum of RGB (Red+Green+Blue) = 32+91+129=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #205B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205B81 is #DFA47E. Grayscale: #4D4D4D. Windows color (decimal): -14656639 or 8477472. OLE color: 8477472.
HSL color Cylindrical-coordinate representation of color #205B81: hue angle of 203.51º 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 #205B81 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 91 | 129 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.49 |
| HSL | 203.51º | 0.6% | 0.32% | - |
| HSV(B) | 203.51º | 0.75% | 0.51% | - |
| XYZ | 8.3 | 9.37 | 22.14 | - |
| YUV | 77.69 | 156.95 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 129 | 0.75 | 0.29 | 0 | 0.49 | 203.51 | 0.6 | 0.32 |
| Hex | 20 | 5B | 81 | 4B | 1D | 0 | 31 | CC | 3C | 20 |
| Octal | 40 | 133 | 201 | 113 | 35 | 0 | 61 | 314 | 74 | 40 |
| Binary | 100000 | 1011011 | 10000001 | 1001011 | 11101 | 0 | 110001 | 11001100 | 111100 | 100000 |
Color Harmonies of #205B81
Complementary color
Monochromatic Colors of #205B81
Black with #205B81
Text Example
Text Example
White with #205B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B81; }
p { color: rgb(32,91,129); }
H1.HeaderClassName
{
color: #205B81;
}
.AnyTagClassName
{
color: #205B81;
}
</style>
background-color css
<style>
a { background-color: #205B81; }
a { background-color: rgb(32,91,129); }
div.DivClassName
{
background-color: #205B81;
}
.BgClassName
{
background-color: #205B81;
}
</style>
border-color css
<style>
span { border-color: #205B81; }
span { border-color: rgb(32,91,129); }
td.TdClassName
{
border-color: #205B81;
}
.TagClassName
{
border-color: #205B81;
}
</style>