Shades of Bahama Blue #20587B
Tints of Bahama Blue #20587B
RGB
CMYK
RGB Variations
Color information
#20587B (or 0x20587B) is known color: Bahama Blue. HEX triplet: 20, 58 and 7B. RGB value is (32,88,123). Sum of RGB (Red+Green+Blue) = 32+88+123=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #20587B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20587B is #DFA784. Grayscale: #4B4B4B. Windows color (decimal): -14657413 or 8083488. OLE color: 8083488.
HSL color Cylindrical-coordinate representation of color #20587B: hue angle of 203.08º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20587B is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 88 | 123 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.52 |
| HSL | 203.08º | 0.59% | 0.3% | - |
| HSV(B) | 203.08º | 0.74% | 0.48% | - |
| XYZ | 7.66 | 8.72 | 20.02 | - |
| YUV | 75.25 | 154.95 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 123 | 0.74 | 0.28 | 0 | 0.52 | 203.08 | 0.59 | 0.3 |
| Hex | 20 | 58 | 7B | 4A | 1C | 0 | 34 | CB | 3B | 1E |
| Octal | 40 | 130 | 173 | 112 | 34 | 0 | 64 | 313 | 73 | 36 |
| Binary | 100000 | 1011000 | 1111011 | 1001010 | 11100 | 0 | 110100 | 11001011 | 111011 | 11110 |
Color Harmonies of #20587B
Complementary color
Monochromatic Colors of #20587B
Black with #20587B
Text Example
Text Example
White with #20587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20587B; }
p { color: rgb(32,88,123); }
H1.HeaderClassName
{
color: #20587B;
}
.AnyTagClassName
{
color: #20587B;
}
</style>
background-color css
<style>
a { background-color: #20587B; }
a { background-color: rgb(32,88,123); }
div.DivClassName
{
background-color: #20587B;
}
.BgClassName
{
background-color: #20587B;
}
</style>
border-color css
<style>
span { border-color: #20587B; }
span { border-color: rgb(32,88,123); }
td.TdClassName
{
border-color: #20587B;
}
.TagClassName
{
border-color: #20587B;
}
</style>