Shades of Bahama Blue #20587C
Tints of Bahama Blue #20587C
RGB
CMYK
RGB Variations
Color information
#20587C (or 0x20587C) is known color: Bahama Blue. HEX triplet: 20, 58 and 7C. RGB value is (32,88,124). Sum of RGB (Red+Green+Blue) = 32+88+124=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #20587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20587C is #DFA783. Grayscale: #4B4B4B. Windows color (decimal): -14657412 or 8149024. OLE color: 8149024.
HSL color Cylindrical-coordinate representation of color #20587C: hue angle of 203.48º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20587C is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 88 | 124 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.51 |
| HSL | 203.48º | 0.59% | 0.31% | - |
| HSV(B) | 203.48º | 0.74% | 0.49% | - |
| XYZ | 7.72 | 8.74 | 20.35 | - |
| YUV | 75.36 | 155.45 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 124 | 0.74 | 0.29 | 0 | 0.51 | 203.48 | 0.59 | 0.31 |
| Hex | 20 | 58 | 7C | 4A | 1D | 0 | 33 | CB | 3B | 1F |
| Octal | 40 | 130 | 174 | 112 | 35 | 0 | 63 | 313 | 73 | 37 |
| Binary | 100000 | 1011000 | 1111100 | 1001010 | 11101 | 0 | 110011 | 11001011 | 111011 | 11111 |
Color Harmonies of #20587C
Complementary color
Monochromatic Colors of #20587C
Black with #20587C
Text Example
Text Example
White with #20587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20587C; }
p { color: rgb(32,88,124); }
H1.HeaderClassName
{
color: #20587C;
}
.AnyTagClassName
{
color: #20587C;
}
</style>
background-color css
<style>
a { background-color: #20587C; }
a { background-color: rgb(32,88,124); }
div.DivClassName
{
background-color: #20587C;
}
.BgClassName
{
background-color: #20587C;
}
</style>
border-color css
<style>
span { border-color: #20587C; }
span { border-color: rgb(32,88,124); }
td.TdClassName
{
border-color: #20587C;
}
.TagClassName
{
border-color: #20587C;
}
</style>