Shades of Bahama Blue #205E85
Tints of Bahama Blue #205E85
RGB
CMYK
RGB Variations
Color information
#205E85 (or 0x205E85) is known color: Bahama Blue. HEX triplet: 20, 5E and 85. RGB value is (32,94,133). Sum of RGB (Red+Green+Blue) = 32+94+133=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #205E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E85 is #DFA17A. Grayscale: #4F4F4F. Windows color (decimal): -14655867 or 8740384. OLE color: 8740384.
HSL color Cylindrical-coordinate representation of color #205E85: hue angle of 203.17º 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 #205E85 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 94 | 133 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.48 |
| HSL | 203.17º | 0.61% | 0.32% | - |
| HSV(B) | 203.17º | 0.76% | 0.52% | - |
| XYZ | 8.83 | 10.01 | 23.66 | - |
| YUV | 79.91 | 157.96 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 133 | 0.76 | 0.29 | 0 | 0.48 | 203.17 | 0.61 | 0.32 |
| Hex | 20 | 5E | 85 | 4C | 1D | 0 | 30 | CB | 3D | 20 |
| Octal | 40 | 136 | 205 | 114 | 35 | 0 | 60 | 313 | 75 | 40 |
| Binary | 100000 | 1011110 | 10000101 | 1001100 | 11101 | 0 | 110000 | 11001011 | 111101 | 100000 |
Color Harmonies of #205E85
Complementary color
Monochromatic Colors of #205E85
Black with #205E85
Text Example
Text Example
White with #205E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E85; }
p { color: rgb(32,94,133); }
H1.HeaderClassName
{
color: #205E85;
}
.AnyTagClassName
{
color: #205E85;
}
</style>
background-color css
<style>
a { background-color: #205E85; }
a { background-color: rgb(32,94,133); }
div.DivClassName
{
background-color: #205E85;
}
.BgClassName
{
background-color: #205E85;
}
</style>
border-color css
<style>
span { border-color: #205E85; }
span { border-color: rgb(32,94,133); }
td.TdClassName
{
border-color: #205E85;
}
.TagClassName
{
border-color: #205E85;
}
</style>