Shades of Bahama Blue #205E81
Tints of Bahama Blue #205E81
RGB
CMYK
RGB Variations
Color information
#205E81 (or 0x205E81) is known color: Bahama Blue. HEX triplet: 20, 5E and 81. RGB value is (32,94,129). Sum of RGB (Red+Green+Blue) = 32+94+129=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #205E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205E81 is #DFA17E. Grayscale: #4F4F4F. Windows color (decimal): -14655871 or 8478240. OLE color: 8478240.
HSL color Cylindrical-coordinate representation of color #205E81: hue angle of 201.65º 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 #205E81 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 94 | 129 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.49 |
| HSL | 201.65º | 0.6% | 0.32% | - |
| HSV(B) | 201.65º | 0.75% | 0.51% | - |
| XYZ | 8.56 | 9.9 | 22.23 | - |
| YUV | 79.45 | 155.96 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 129 | 0.75 | 0.27 | 0 | 0.49 | 201.65 | 0.6 | 0.32 |
| Hex | 20 | 5E | 81 | 4B | 1B | 0 | 31 | CA | 3C | 20 |
| Octal | 40 | 136 | 201 | 113 | 33 | 0 | 61 | 312 | 74 | 40 |
| Binary | 100000 | 1011110 | 10000001 | 1001011 | 11011 | 0 | 110001 | 11001010 | 111100 | 100000 |
Color Harmonies of #205E81
Complementary color
Monochromatic Colors of #205E81
Black with #205E81
Text Example
Text Example
White with #205E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E81; }
p { color: rgb(32,94,129); }
H1.HeaderClassName
{
color: #205E81;
}
.AnyTagClassName
{
color: #205E81;
}
</style>
background-color css
<style>
a { background-color: #205E81; }
a { background-color: rgb(32,94,129); }
div.DivClassName
{
background-color: #205E81;
}
.BgClassName
{
background-color: #205E81;
}
</style>
border-color css
<style>
span { border-color: #205E81; }
span { border-color: rgb(32,94,129); }
td.TdClassName
{
border-color: #205E81;
}
.TagClassName
{
border-color: #205E81;
}
</style>