Shades of Bahama Blue #205D84
Tints of Bahama Blue #205D84
RGB
CMYK
RGB Variations
Color information
#205D84 (or 0x205D84) is known color: Bahama Blue. HEX triplet: 20, 5D and 84. RGB value is (32,93,132). Sum of RGB (Red+Green+Blue) = 32+93+132=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #205D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D84 is #DFA27B. Grayscale: #4E4E4E. Windows color (decimal): -14656124 or 8674592. OLE color: 8674592.
HSL color Cylindrical-coordinate representation of color #205D84: hue angle of 203.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205D84 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 93 | 132 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.48 |
| HSL | 203.4º | 0.61% | 0.32% | - |
| HSV(B) | 203.4º | 0.76% | 0.52% | - |
| XYZ | 8.67 | 9.8 | 23.26 | - |
| YUV | 79.21 | 157.79 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 132 | 0.76 | 0.30 | 0 | 0.48 | 203.4 | 0.61 | 0.32 |
| Hex | 20 | 5D | 84 | 4C | 1E | 0 | 30 | CB | 3D | 20 |
| Octal | 40 | 135 | 204 | 114 | 36 | 0 | 60 | 313 | 75 | 40 |
| Binary | 100000 | 1011101 | 10000100 | 1001100 | 11110 | 0 | 110000 | 11001011 | 111101 | 100000 |
Color Harmonies of #205D84
Complementary color
Monochromatic Colors of #205D84
Black with #205D84
Text Example
Text Example
White with #205D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D84; }
p { color: rgb(32,93,132); }
H1.HeaderClassName
{
color: #205D84;
}
.AnyTagClassName
{
color: #205D84;
}
</style>
background-color css
<style>
a { background-color: #205D84; }
a { background-color: rgb(32,93,132); }
div.DivClassName
{
background-color: #205D84;
}
.BgClassName
{
background-color: #205D84;
}
</style>
border-color css
<style>
span { border-color: #205D84; }
span { border-color: rgb(32,93,132); }
td.TdClassName
{
border-color: #205D84;
}
.TagClassName
{
border-color: #205D84;
}
</style>