Shades of Bahama Blue #205C81
Tints of Bahama Blue #205C81
RGB
CMYK
RGB Variations
Color information
#205C81 (or 0x205C81) is known color: Bahama Blue. HEX triplet: 20, 5C and 81. RGB value is (32,92,129). Sum of RGB (Red+Green+Blue) = 32+92+129=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #205C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205C81 is #DFA37E. Grayscale: #4E4E4E. Windows color (decimal): -14656383 or 8477728. OLE color: 8477728.
HSL color Cylindrical-coordinate representation of color #205C81: hue angle of 202.89º 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 #205C81 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 92 | 129 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.49 |
| HSL | 202.89º | 0.6% | 0.32% | - |
| HSV(B) | 202.89º | 0.75% | 0.51% | - |
| XYZ | 8.39 | 9.55 | 22.17 | - |
| YUV | 78.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 129 | 0.75 | 0.29 | 0 | 0.49 | 202.89 | 0.6 | 0.32 |
| Hex | 20 | 5C | 81 | 4B | 1D | 0 | 31 | CB | 3C | 20 |
| Octal | 40 | 134 | 201 | 113 | 35 | 0 | 61 | 313 | 74 | 40 |
| Binary | 100000 | 1011100 | 10000001 | 1001011 | 11101 | 0 | 110001 | 11001011 | 111100 | 100000 |
Color Harmonies of #205C81
Complementary color
Monochromatic Colors of #205C81
Black with #205C81
Text Example
Text Example
White with #205C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C81; }
p { color: rgb(32,92,129); }
H1.HeaderClassName
{
color: #205C81;
}
.AnyTagClassName
{
color: #205C81;
}
</style>
background-color css
<style>
a { background-color: #205C81; }
a { background-color: rgb(32,92,129); }
div.DivClassName
{
background-color: #205C81;
}
.BgClassName
{
background-color: #205C81;
}
</style>
border-color css
<style>
span { border-color: #205C81; }
span { border-color: rgb(32,92,129); }
td.TdClassName
{
border-color: #205C81;
}
.TagClassName
{
border-color: #205C81;
}
</style>