Shades of Bahama Blue #205A84
Tints of Bahama Blue #205A84
RGB
CMYK
RGB Variations
Color information
#205A84 (or 0x205A84) is known color: Bahama Blue. HEX triplet: 20, 5A and 84. RGB value is (32,90,132). Sum of RGB (Red+Green+Blue) = 32+90+132=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #205A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A84 is #DFA57B. Grayscale: #4D4D4D. Windows color (decimal): -14656892 or 8673824. OLE color: 8673824.
HSL color Cylindrical-coordinate representation of color #205A84: hue angle of 205.2º 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 #205A84 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 90 | 132 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.48 |
| HSL | 205.2º | 0.61% | 0.32% | - |
| HSV(B) | 205.2º | 0.76% | 0.52% | - |
| XYZ | 8.42 | 9.29 | 23.18 | - |
| YUV | 77.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 132 | 0.76 | 0.32 | 0 | 0.48 | 205.2 | 0.61 | 0.32 |
| Hex | 20 | 5A | 84 | 4C | 20 | 0 | 30 | CD | 3D | 20 |
| Octal | 40 | 132 | 204 | 114 | 40 | 0 | 60 | 315 | 75 | 40 |
| Binary | 100000 | 1011010 | 10000100 | 1001100 | 100000 | 0 | 110000 | 11001101 | 111101 | 100000 |
Color Harmonies of #205A84
Complementary color
Monochromatic Colors of #205A84
Black with #205A84
Text Example
Text Example
White with #205A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A84; }
p { color: rgb(32,90,132); }
H1.HeaderClassName
{
color: #205A84;
}
.AnyTagClassName
{
color: #205A84;
}
</style>
background-color css
<style>
a { background-color: #205A84; }
a { background-color: rgb(32,90,132); }
div.DivClassName
{
background-color: #205A84;
}
.BgClassName
{
background-color: #205A84;
}
</style>
border-color css
<style>
span { border-color: #205A84; }
span { border-color: rgb(32,90,132); }
td.TdClassName
{
border-color: #205A84;
}
.TagClassName
{
border-color: #205A84;
}
</style>