Shades of Bahama Blue #205B7F
Tints of Bahama Blue #205B7F
RGB
CMYK
RGB Variations
Color information
#205B7F (or 0x205B7F) is known color: Bahama Blue. HEX triplet: 20, 5B and 7F. RGB value is (32,91,127). Sum of RGB (Red+Green+Blue) = 32+91+127=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #205B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205B7F is #DFA480. Grayscale: #4D4D4D. Windows color (decimal): -14656641 or 8346400. OLE color: 8346400.
HSL color Cylindrical-coordinate representation of color #205B7F: hue angle of 202.74º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205B7F is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 91 | 127 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.50 |
| HSL | 202.74º | 0.6% | 0.31% | - |
| HSV(B) | 202.74º | 0.75% | 0.5% | - |
| XYZ | 8.17 | 9.32 | 21.45 | - |
| YUV | 77.46 | 155.95 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 91 | 127 | 0.75 | 0.28 | 0 | 0.50 | 202.74 | 0.6 | 0.31 |
| Hex | 20 | 5B | 7F | 4B | 1C | 0 | 32 | CB | 3C | 1F |
| Octal | 40 | 133 | 177 | 113 | 34 | 0 | 62 | 313 | 74 | 37 |
| Binary | 100000 | 1011011 | 1111111 | 1001011 | 11100 | 0 | 110010 | 11001011 | 111100 | 11111 |
Color Harmonies of #205B7F
Complementary color
Monochromatic Colors of #205B7F
Black with #205B7F
Text Example
Text Example
White with #205B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205B7F; }
p { color: rgb(32,91,127); }
H1.HeaderClassName
{
color: #205B7F;
}
.AnyTagClassName
{
color: #205B7F;
}
</style>
background-color css
<style>
a { background-color: #205B7F; }
a { background-color: rgb(32,91,127); }
div.DivClassName
{
background-color: #205B7F;
}
.BgClassName
{
background-color: #205B7F;
}
</style>
border-color css
<style>
span { border-color: #205B7F; }
span { border-color: rgb(32,91,127); }
td.TdClassName
{
border-color: #205B7F;
}
.TagClassName
{
border-color: #205B7F;
}
</style>