Shades of Bahama Blue #206081
Tints of Bahama Blue #206081
RGB
CMYK
RGB Variations
Color information
#206081 (or 0x206081) is known color: Bahama Blue. HEX triplet: 20, 60 and 81. RGB value is (32,96,129). Sum of RGB (Red+Green+Blue) = 32+96+129=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 129 (50.78% from 255 or 50.19% from 257); Max value from RGB is 129 - color contains mainly: blue. Hex color #206081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206081 is #DF9F7E. Grayscale: #505050. Windows color (decimal): -14655359 or 8478752. OLE color: 8478752.
HSL color Cylindrical-coordinate representation of color #206081: hue angle of 200.41º 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 #206081 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 96 | 129 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.49 |
| HSL | 200.41º | 0.6% | 0.32% | - |
| HSV(B) | 200.41º | 0.75% | 0.51% | - |
| XYZ | 8.74 | 10.26 | 22.29 | - |
| YUV | 80.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 129 | 0.75 | 0.26 | 0 | 0.49 | 200.41 | 0.6 | 0.32 |
| Hex | 20 | 60 | 81 | 4B | 1A | 0 | 31 | C8 | 3C | 20 |
| Octal | 40 | 140 | 201 | 113 | 32 | 0 | 61 | 310 | 74 | 40 |
| Binary | 100000 | 1100000 | 10000001 | 1001011 | 11010 | 0 | 110001 | 11001000 | 111100 | 100000 |
Color Harmonies of #206081
Complementary color
Monochromatic Colors of #206081
Black with #206081
Text Example
Text Example
White with #206081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206081; }
p { color: rgb(32,96,129); }
H1.HeaderClassName
{
color: #206081;
}
.AnyTagClassName
{
color: #206081;
}
</style>
background-color css
<style>
a { background-color: #206081; }
a { background-color: rgb(32,96,129); }
div.DivClassName
{
background-color: #206081;
}
.BgClassName
{
background-color: #206081;
}
</style>
border-color css
<style>
span { border-color: #206081; }
span { border-color: rgb(32,96,129); }
td.TdClassName
{
border-color: #206081;
}
.TagClassName
{
border-color: #206081;
}
</style>