Shades of Bahama Blue #20527F
Tints of Bahama Blue #20527F
RGB
CMYK
RGB Variations
Color information
#20527F (or 0x20527F) is known color: Bahama Blue. HEX triplet: 20, 52 and 7F. RGB value is (32,82,127). Sum of RGB (Red+Green+Blue) = 32+82+127=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #20527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20527F is #DFAD80. Grayscale: #474747. Windows color (decimal): -14658945 or 8344096. OLE color: 8344096.
HSL color Cylindrical-coordinate representation of color #20527F: hue angle of 208.42º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20527F is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 82 | 127 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.50 |
| HSL | 208.42º | 0.6% | 0.31% | - |
| HSV(B) | 208.42º | 0.75% | 0.5% | - |
| XYZ | 7.44 | 7.87 | 21.21 | - |
| YUV | 72.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 127 | 0.75 | 0.35 | 0 | 0.50 | 208.42 | 0.6 | 0.31 |
| Hex | 20 | 52 | 7F | 4B | 23 | 0 | 32 | D0 | 3C | 1F |
| Octal | 40 | 122 | 177 | 113 | 43 | 0 | 62 | 320 | 74 | 37 |
| Binary | 100000 | 1010010 | 1111111 | 1001011 | 100011 | 0 | 110010 | 11010000 | 111100 | 11111 |
Color Harmonies of #20527F
Complementary color
Monochromatic Colors of #20527F
Black with #20527F
Text Example
Text Example
White with #20527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20527F; }
p { color: rgb(32,82,127); }
H1.HeaderClassName
{
color: #20527F;
}
.AnyTagClassName
{
color: #20527F;
}
</style>
background-color css
<style>
a { background-color: #20527F; }
a { background-color: rgb(32,82,127); }
div.DivClassName
{
background-color: #20527F;
}
.BgClassName
{
background-color: #20527F;
}
</style>
border-color css
<style>
span { border-color: #20527F; }
span { border-color: rgb(32,82,127); }
td.TdClassName
{
border-color: #20527F;
}
.TagClassName
{
border-color: #20527F;
}
</style>