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