Shades of Bahama Blue #20587E
Tints of Bahama Blue #20587E
RGB
CMYK
RGB Variations
Color information
#20587E (or 0x20587E) is known color: Bahama Blue. HEX triplet: 20, 58 and 7E. RGB value is (32,88,126). Sum of RGB (Red+Green+Blue) = 32+88+126=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #20587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20587E is #DFA781. Grayscale: #4B4B4B. Windows color (decimal): -14657410 or 8280096. OLE color: 8280096.
HSL color Cylindrical-coordinate representation of color #20587E: hue angle of 204.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20587E is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 88 | 126 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.51 |
| HSL | 204.26º | 0.59% | 0.31% | - |
| HSV(B) | 204.26º | 0.75% | 0.49% | - |
| XYZ | 7.85 | 8.79 | 21.02 | - |
| YUV | 75.59 | 156.45 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 126 | 0.75 | 0.30 | 0 | 0.51 | 204.26 | 0.59 | 0.31 |
| Hex | 20 | 58 | 7E | 4B | 1E | 0 | 33 | CC | 3B | 1F |
| Octal | 40 | 130 | 176 | 113 | 36 | 0 | 63 | 314 | 73 | 37 |
| Binary | 100000 | 1011000 | 1111110 | 1001011 | 11110 | 0 | 110011 | 11001100 | 111011 | 11111 |
Color Harmonies of #20587E
Complementary color
Monochromatic Colors of #20587E
Black with #20587E
Text Example
Text Example
White with #20587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20587E; }
p { color: rgb(32,88,126); }
H1.HeaderClassName
{
color: #20587E;
}
.AnyTagClassName
{
color: #20587E;
}
</style>
background-color css
<style>
a { background-color: #20587E; }
a { background-color: rgb(32,88,126); }
div.DivClassName
{
background-color: #20587E;
}
.BgClassName
{
background-color: #20587E;
}
</style>
border-color css
<style>
span { border-color: #20587E; }
span { border-color: rgb(32,88,126); }
td.TdClassName
{
border-color: #20587E;
}
.TagClassName
{
border-color: #20587E;
}
</style>