Shades of Bahama Blue #205885
Tints of Bahama Blue #205885
RGB
CMYK
RGB Variations
Color information
#205885 (or 0x205885) is known color: Bahama Blue. HEX triplet: 20, 58 and 85. RGB value is (32,88,133). Sum of RGB (Red+Green+Blue) = 32+88+133=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #205885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205885 is #DFA77A. Grayscale: #4C4C4C. Windows color (decimal): -14657403 or 8738848. OLE color: 8738848.
HSL color Cylindrical-coordinate representation of color #205885: hue angle of 206.73º 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 #205885 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 88 | 133 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.48 |
| HSL | 206.73º | 0.61% | 0.32% | - |
| HSV(B) | 206.73º | 0.76% | 0.52% | - |
| XYZ | 8.32 | 8.98 | 23.49 | - |
| YUV | 76.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 133 | 0.76 | 0.34 | 0 | 0.48 | 206.73 | 0.61 | 0.32 |
| Hex | 20 | 58 | 85 | 4C | 22 | 0 | 30 | CF | 3D | 20 |
| Octal | 40 | 130 | 205 | 114 | 42 | 0 | 60 | 317 | 75 | 40 |
| Binary | 100000 | 1011000 | 10000101 | 1001100 | 100010 | 0 | 110000 | 11001111 | 111101 | 100000 |
Color Harmonies of #205885
Complementary color
Monochromatic Colors of #205885
Black with #205885
Text Example
Text Example
White with #205885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205885; }
p { color: rgb(32,88,133); }
H1.HeaderClassName
{
color: #205885;
}
.AnyTagClassName
{
color: #205885;
}
</style>
background-color css
<style>
a { background-color: #205885; }
a { background-color: rgb(32,88,133); }
div.DivClassName
{
background-color: #205885;
}
.BgClassName
{
background-color: #205885;
}
</style>
border-color css
<style>
span { border-color: #205885; }
span { border-color: rgb(32,88,133); }
td.TdClassName
{
border-color: #205885;
}
.TagClassName
{
border-color: #205885;
}
</style>