Shades of Bahama Blue #205E82
Tints of Bahama Blue #205E82
RGB
CMYK
RGB Variations
Color information
#205E82 (or 0x205E82) is known color: Bahama Blue. HEX triplet: 20, 5E and 82. RGB value is (32,94,130). Sum of RGB (Red+Green+Blue) = 32+94+130=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #205E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E82 is #DFA17D. Grayscale: #4F4F4F. Windows color (decimal): -14655870 or 8543776. OLE color: 8543776.
HSL color Cylindrical-coordinate representation of color #205E82: hue angle of 202.04º 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 #205E82 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 94 | 130 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.49 |
| HSL | 202.04º | 0.6% | 0.32% | - |
| HSV(B) | 202.04º | 0.75% | 0.51% | - |
| XYZ | 8.63 | 9.92 | 22.58 | - |
| YUV | 79.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 130 | 0.75 | 0.28 | 0 | 0.49 | 202.04 | 0.6 | 0.32 |
| Hex | 20 | 5E | 82 | 4B | 1C | 0 | 31 | CA | 3C | 20 |
| Octal | 40 | 136 | 202 | 113 | 34 | 0 | 61 | 312 | 74 | 40 |
| Binary | 100000 | 1011110 | 10000010 | 1001011 | 11100 | 0 | 110001 | 11001010 | 111100 | 100000 |
Color Harmonies of #205E82
Complementary color
Monochromatic Colors of #205E82
Black with #205E82
Text Example
Text Example
White with #205E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E82; }
p { color: rgb(32,94,130); }
H1.HeaderClassName
{
color: #205E82;
}
.AnyTagClassName
{
color: #205E82;
}
</style>
background-color css
<style>
a { background-color: #205E82; }
a { background-color: rgb(32,94,130); }
div.DivClassName
{
background-color: #205E82;
}
.BgClassName
{
background-color: #205E82;
}
</style>
border-color css
<style>
span { border-color: #205E82; }
span { border-color: rgb(32,94,130); }
td.TdClassName
{
border-color: #205E82;
}
.TagClassName
{
border-color: #205E82;
}
</style>