Shades of Bahama Blue #20487C
Tints of Bahama Blue #20487C
RGB
CMYK
RGB Variations
Color information
#20487C (or 0x20487C) is known color: Bahama Blue. HEX triplet: 20, 48 and 7C. RGB value is (32,72,124). Sum of RGB (Red+Green+Blue) = 32+72+124=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #20487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20487C is #DFB783. Grayscale: #414141. Windows color (decimal): -14661508 or 8144928. OLE color: 8144928.
HSL color Cylindrical-coordinate representation of color #20487C: hue angle of 213.91º 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 #20487C is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 72 | 124 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.51 |
| HSL | 213.91º | 0.59% | 0.31% | - |
| HSV(B) | 213.91º | 0.74% | 0.49% | - |
| XYZ | 6.55 | 6.4 | 19.96 | - |
| YUV | 65.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 124 | 0.74 | 0.42 | 0 | 0.51 | 213.91 | 0.59 | 0.31 |
| Hex | 20 | 48 | 7C | 4A | 2A | 0 | 33 | D6 | 3B | 1F |
| Octal | 40 | 110 | 174 | 112 | 52 | 0 | 63 | 326 | 73 | 37 |
| Binary | 100000 | 1001000 | 1111100 | 1001010 | 101010 | 0 | 110011 | 11010110 | 111011 | 11111 |
Color Harmonies of #20487C
Complementary color
Monochromatic Colors of #20487C
Black with #20487C
Text Example
Text Example
White with #20487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20487C; }
p { color: rgb(32,72,124); }
H1.HeaderClassName
{
color: #20487C;
}
.AnyTagClassName
{
color: #20487C;
}
</style>
background-color css
<style>
a { background-color: #20487C; }
a { background-color: rgb(32,72,124); }
div.DivClassName
{
background-color: #20487C;
}
.BgClassName
{
background-color: #20487C;
}
</style>
border-color css
<style>
span { border-color: #20487C; }
span { border-color: rgb(32,72,124); }
td.TdClassName
{
border-color: #20487C;
}
.TagClassName
{
border-color: #20487C;
}
</style>