Shades of Bahama Blue #205A87
Tints of Bahama Blue #205A87
RGB
CMYK
RGB Variations
Color information
#205A87 (or 0x205A87) is known color: Bahama Blue. HEX triplet: 20, 5A and 87. RGB value is (32,90,135). Sum of RGB (Red+Green+Blue) = 32+90+135=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #205A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A87 is #DFA578. Grayscale: #4D4D4D. Windows color (decimal): -14656889 or 8870432. OLE color: 8870432.
HSL color Cylindrical-coordinate representation of color #205A87: hue angle of 206.21º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205A87 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 90 | 135 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.47 |
| HSL | 206.21º | 0.62% | 0.33% | - |
| HSV(B) | 206.21º | 0.76% | 0.53% | - |
| XYZ | 8.63 | 9.37 | 24.28 | - |
| YUV | 77.79 | 160.28 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 135 | 0.76 | 0.33 | 0 | 0.47 | 206.21 | 0.62 | 0.33 |
| Hex | 20 | 5A | 87 | 4C | 21 | 0 | 2F | CE | 3E | 21 |
| Octal | 40 | 132 | 207 | 114 | 41 | 0 | 57 | 316 | 76 | 41 |
| Binary | 100000 | 1011010 | 10000111 | 1001100 | 100001 | 0 | 101111 | 11001110 | 111110 | 100001 |
Color Harmonies of #205A87
Complementary color
Monochromatic Colors of #205A87
Black with #205A87
Text Example
Text Example
White with #205A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A87; }
p { color: rgb(32,90,135); }
H1.HeaderClassName
{
color: #205A87;
}
.AnyTagClassName
{
color: #205A87;
}
</style>
background-color css
<style>
a { background-color: #205A87; }
a { background-color: rgb(32,90,135); }
div.DivClassName
{
background-color: #205A87;
}
.BgClassName
{
background-color: #205A87;
}
</style>
border-color css
<style>
span { border-color: #205A87; }
span { border-color: rgb(32,90,135); }
td.TdClassName
{
border-color: #205A87;
}
.TagClassName
{
border-color: #205A87;
}
</style>