Shades of Bahama Blue #205081
Tints of Bahama Blue #205081
RGB
CMYK
RGB Variations
Color information
#205081 (or 0x205081) is known color: Bahama Blue. HEX triplet: 20, 50 and 81. RGB value is (32,80,129). Sum of RGB (Red+Green+Blue) = 32+80+129=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #205081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205081 is #DFAF7E. Grayscale: #464646. Windows color (decimal): -14659455 or 8474656. OLE color: 8474656.
HSL color Cylindrical-coordinate representation of color #205081: hue angle of 210.31º 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 #205081 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 80 | 129 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.49 |
| HSL | 210.31º | 0.6% | 0.32% | - |
| HSV(B) | 210.31º | 0.75% | 0.51% | - |
| XYZ | 7.43 | 7.63 | 21.85 | - |
| YUV | 71.23 | 160.6 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 129 | 0.75 | 0.38 | 0 | 0.49 | 210.31 | 0.6 | 0.32 |
| Hex | 20 | 50 | 81 | 4B | 26 | 0 | 31 | D2 | 3C | 20 |
| Octal | 40 | 120 | 201 | 113 | 46 | 0 | 61 | 322 | 74 | 40 |
| Binary | 100000 | 1010000 | 10000001 | 1001011 | 100110 | 0 | 110001 | 11010010 | 111100 | 100000 |
Color Harmonies of #205081
Complementary color
Monochromatic Colors of #205081
Black with #205081
Text Example
Text Example
White with #205081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205081; }
p { color: rgb(32,80,129); }
H1.HeaderClassName
{
color: #205081;
}
.AnyTagClassName
{
color: #205081;
}
</style>
background-color css
<style>
a { background-color: #205081; }
a { background-color: rgb(32,80,129); }
div.DivClassName
{
background-color: #205081;
}
.BgClassName
{
background-color: #205081;
}
</style>
border-color css
<style>
span { border-color: #205081; }
span { border-color: rgb(32,80,129); }
td.TdClassName
{
border-color: #205081;
}
.TagClassName
{
border-color: #205081;
}
</style>