Shades of Bahama Blue #205179
Tints of Bahama Blue #205179
RGB
CMYK
RGB Variations
Color information
#205179 (or 0x205179) is known color: Bahama Blue. HEX triplet: 20, 51 and 79. RGB value is (32,81,121). Sum of RGB (Red+Green+Blue) = 32+81+121=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #205179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205179 is #DFAE86. Grayscale: #464646. Windows color (decimal): -14659207 or 7950624. OLE color: 7950624.
HSL color Cylindrical-coordinate representation of color #205179: hue angle of 206.97º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #205179 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 81 | 121 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.53 |
| HSL | 206.97º | 0.58% | 0.3% | - |
| HSV(B) | 206.97º | 0.74% | 0.47% | - |
| XYZ | 6.99 | 7.57 | 19.18 | - |
| YUV | 70.91 | 156.27 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 121 | 0.74 | 0.33 | 0 | 0.53 | 206.97 | 0.58 | 0.3 |
| Hex | 20 | 51 | 79 | 4A | 21 | 0 | 35 | CF | 3A | 1E |
| Octal | 40 | 121 | 171 | 112 | 41 | 0 | 65 | 317 | 72 | 36 |
| Binary | 100000 | 1010001 | 1111001 | 1001010 | 100001 | 0 | 110101 | 11001111 | 111010 | 11110 |
Color Harmonies of #205179
Complementary color
Monochromatic Colors of #205179
Black with #205179
Text Example
Text Example
White with #205179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205179; }
p { color: rgb(32,81,121); }
H1.HeaderClassName
{
color: #205179;
}
.AnyTagClassName
{
color: #205179;
}
</style>
background-color css
<style>
a { background-color: #205179; }
a { background-color: rgb(32,81,121); }
div.DivClassName
{
background-color: #205179;
}
.BgClassName
{
background-color: #205179;
}
</style>
border-color css
<style>
span { border-color: #205179; }
span { border-color: rgb(32,81,121); }
td.TdClassName
{
border-color: #205179;
}
.TagClassName
{
border-color: #205179;
}
</style>