Shades of Bahama Blue #20587D
Tints of Bahama Blue #20587D
RGB
CMYK
RGB Variations
Color information
#20587D (or 0x20587D) is known color: Bahama Blue. HEX triplet: 20, 58 and 7D. RGB value is (32,88,125). Sum of RGB (Red+Green+Blue) = 32+88+125=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #20587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20587D is #DFA782. Grayscale: #4B4B4B. Windows color (decimal): -14657411 or 8214560. OLE color: 8214560.
HSL color Cylindrical-coordinate representation of color #20587D: hue angle of 203.87º 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 #20587D is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 88 | 125 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.51 |
| HSL | 203.87º | 0.59% | 0.31% | - |
| HSV(B) | 203.87º | 0.74% | 0.49% | - |
| XYZ | 7.79 | 8.77 | 20.68 | - |
| YUV | 75.47 | 155.95 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 125 | 0.74 | 0.30 | 0 | 0.51 | 203.87 | 0.59 | 0.31 |
| Hex | 20 | 58 | 7D | 4A | 1E | 0 | 33 | CC | 3B | 1F |
| Octal | 40 | 130 | 175 | 112 | 36 | 0 | 63 | 314 | 73 | 37 |
| Binary | 100000 | 1011000 | 1111101 | 1001010 | 11110 | 0 | 110011 | 11001100 | 111011 | 11111 |
Color Harmonies of #20587D
Complementary color
Monochromatic Colors of #20587D
Black with #20587D
Text Example
Text Example
White with #20587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20587D; }
p { color: rgb(32,88,125); }
H1.HeaderClassName
{
color: #20587D;
}
.AnyTagClassName
{
color: #20587D;
}
</style>
background-color css
<style>
a { background-color: #20587D; }
a { background-color: rgb(32,88,125); }
div.DivClassName
{
background-color: #20587D;
}
.BgClassName
{
background-color: #20587D;
}
</style>
border-color css
<style>
span { border-color: #20587D; }
span { border-color: rgb(32,88,125); }
td.TdClassName
{
border-color: #20587D;
}
.TagClassName
{
border-color: #20587D;
}
</style>