Shades of Bahama Blue #205F81
Tints of Bahama Blue #205F81
RGB
CMYK
RGB Variations
Color information
#205F81 (or 0x205F81) is known color: Bahama Blue. HEX triplet: 20, 5F and 81. RGB value is (32,95,129). Sum of RGB (Red+Green+Blue) = 32+95+129=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 129 (50.78% from 255 or 50.39% from 256); Max value from RGB is 129 - color contains mainly: blue. Hex color #205F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205F81 is #DFA07E. Grayscale: #4F4F4F. Windows color (decimal): -14655615 or 8478496. OLE color: 8478496.
HSL color Cylindrical-coordinate representation of color #205F81: hue angle of 201.03º 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 #205F81 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 95 | 129 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.49 |
| HSL | 201.03º | 0.6% | 0.32% | - |
| HSV(B) | 201.03º | 0.75% | 0.51% | - |
| XYZ | 8.65 | 10.08 | 22.26 | - |
| YUV | 80.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 95 | 129 | 0.75 | 0.26 | 0 | 0.49 | 201.03 | 0.6 | 0.32 |
| Hex | 20 | 5F | 81 | 4B | 1A | 0 | 31 | C9 | 3C | 20 |
| Octal | 40 | 137 | 201 | 113 | 32 | 0 | 61 | 311 | 74 | 40 |
| Binary | 100000 | 1011111 | 10000001 | 1001011 | 11010 | 0 | 110001 | 11001001 | 111100 | 100000 |
Color Harmonies of #205F81
Complementary color
Monochromatic Colors of #205F81
Black with #205F81
Text Example
Text Example
White with #205F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205F81; }
p { color: rgb(32,95,129); }
H1.HeaderClassName
{
color: #205F81;
}
.AnyTagClassName
{
color: #205F81;
}
</style>
background-color css
<style>
a { background-color: #205F81; }
a { background-color: rgb(32,95,129); }
div.DivClassName
{
background-color: #205F81;
}
.BgClassName
{
background-color: #205F81;
}
</style>
border-color css
<style>
span { border-color: #205F81; }
span { border-color: rgb(32,95,129); }
td.TdClassName
{
border-color: #205F81;
}
.TagClassName
{
border-color: #205F81;
}
</style>