Shades of Bahama Blue #205076
Tints of Bahama Blue #205076
RGB
CMYK
RGB Variations
Color information
#205076 (or 0x205076) is known color: Bahama Blue. HEX triplet: 20, 50 and 76. RGB value is (32,80,118). Sum of RGB (Red+Green+Blue) = 32+80+118=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #205076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205076 is #DFAF89. Grayscale: #454545. Windows color (decimal): -14659466 or 7753760. OLE color: 7753760.
HSL color Cylindrical-coordinate representation of color #205076: hue angle of 206.51º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205076 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 80 | 118 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.54 |
| HSL | 206.51º | 0.57% | 0.29% | - |
| HSV(B) | 206.51º | 0.73% | 0.46% | - |
| XYZ | 6.73 | 7.35 | 18.2 | - |
| YUV | 69.98 | 155.1 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 118 | 0.73 | 0.32 | 0 | 0.54 | 206.51 | 0.57 | 0.29 |
| Hex | 20 | 50 | 76 | 49 | 20 | 0 | 36 | CF | 39 | 1D |
| Octal | 40 | 120 | 166 | 111 | 40 | 0 | 66 | 317 | 71 | 35 |
| Binary | 100000 | 1010000 | 1110110 | 1001001 | 100000 | 0 | 110110 | 11001111 | 111001 | 11101 |
Color Harmonies of #205076
Complementary color
Monochromatic Colors of #205076
Black with #205076
Text Example
Text Example
White with #205076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205076; }
p { color: rgb(32,80,118); }
H1.HeaderClassName
{
color: #205076;
}
.AnyTagClassName
{
color: #205076;
}
</style>
background-color css
<style>
a { background-color: #205076; }
a { background-color: rgb(32,80,118); }
div.DivClassName
{
background-color: #205076;
}
.BgClassName
{
background-color: #205076;
}
</style>
border-color css
<style>
span { border-color: #205076; }
span { border-color: rgb(32,80,118); }
td.TdClassName
{
border-color: #205076;
}
.TagClassName
{
border-color: #205076;
}
</style>