Shades of Bahama Blue #205D82
Tints of Bahama Blue #205D82
RGB
CMYK
RGB Variations
Color information
#205D82 (or 0x205D82) is known color: Bahama Blue. HEX triplet: 20, 5D and 82. RGB value is (32,93,130). Sum of RGB (Red+Green+Blue) = 32+93+130=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 130 (51.17% from 255 or 50.98% from 255); Max value from RGB is 130 - color contains mainly: blue. Hex color #205D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D82 is #DFA27D. Grayscale: #4E4E4E. Windows color (decimal): -14656126 or 8543520. OLE color: 8543520.
HSL color Cylindrical-coordinate representation of color #205D82: hue angle of 202.65º 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 #205D82 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 93 | 130 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.49 |
| HSL | 202.65º | 0.6% | 0.32% | - |
| HSV(B) | 202.65º | 0.75% | 0.51% | - |
| XYZ | 8.54 | 9.75 | 22.55 | - |
| YUV | 78.98 | 156.79 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 130 | 0.75 | 0.28 | 0 | 0.49 | 202.65 | 0.6 | 0.32 |
| Hex | 20 | 5D | 82 | 4B | 1C | 0 | 31 | CB | 3C | 20 |
| Octal | 40 | 135 | 202 | 113 | 34 | 0 | 61 | 313 | 74 | 40 |
| Binary | 100000 | 1011101 | 10000010 | 1001011 | 11100 | 0 | 110001 | 11001011 | 111100 | 100000 |
Color Harmonies of #205D82
Complementary color
Monochromatic Colors of #205D82
Black with #205D82
Text Example
Text Example
White with #205D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D82; }
p { color: rgb(32,93,130); }
H1.HeaderClassName
{
color: #205D82;
}
.AnyTagClassName
{
color: #205D82;
}
</style>
background-color css
<style>
a { background-color: #205D82; }
a { background-color: rgb(32,93,130); }
div.DivClassName
{
background-color: #205D82;
}
.BgClassName
{
background-color: #205D82;
}
</style>
border-color css
<style>
span { border-color: #205D82; }
span { border-color: rgb(32,93,130); }
td.TdClassName
{
border-color: #205D82;
}
.TagClassName
{
border-color: #205D82;
}
</style>