Shades of Bahama Blue #20517D
Tints of Bahama Blue #20517D
RGB
CMYK
RGB Variations
Color information
#20517D (or 0x20517D) is known color: Bahama Blue. HEX triplet: 20, 51 and 7D. RGB value is (32,81,125). Sum of RGB (Red+Green+Blue) = 32+81+125=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #20517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20517D is #DFAE82. Grayscale: #474747. Windows color (decimal): -14659203 or 8212768. OLE color: 8212768.
HSL color Cylindrical-coordinate representation of color #20517D: hue angle of 208.39º 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 #20517D is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 81 | 125 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.51 |
| HSL | 208.39º | 0.59% | 0.31% | - |
| HSV(B) | 208.39º | 0.74% | 0.49% | - |
| XYZ | 7.24 | 7.67 | 20.5 | - |
| YUV | 71.37 | 158.27 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 125 | 0.74 | 0.35 | 0 | 0.51 | 208.39 | 0.59 | 0.31 |
| Hex | 20 | 51 | 7D | 4A | 23 | 0 | 33 | D0 | 3B | 1F |
| Octal | 40 | 121 | 175 | 112 | 43 | 0 | 63 | 320 | 73 | 37 |
| Binary | 100000 | 1010001 | 1111101 | 1001010 | 100011 | 0 | 110011 | 11010000 | 111011 | 11111 |
Color Harmonies of #20517D
Complementary color
Monochromatic Colors of #20517D
Black with #20517D
Text Example
Text Example
White with #20517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20517D; }
p { color: rgb(32,81,125); }
H1.HeaderClassName
{
color: #20517D;
}
.AnyTagClassName
{
color: #20517D;
}
</style>
background-color css
<style>
a { background-color: #20517D; }
a { background-color: rgb(32,81,125); }
div.DivClassName
{
background-color: #20517D;
}
.BgClassName
{
background-color: #20517D;
}
</style>
border-color css
<style>
span { border-color: #20517D; }
span { border-color: rgb(32,81,125); }
td.TdClassName
{
border-color: #20517D;
}
.TagClassName
{
border-color: #20517D;
}
</style>