Shades of Bahama Blue #20507E
Tints of Bahama Blue #20507E
RGB
CMYK
RGB Variations
Color information
#20507E (or 0x20507E) is known color: Bahama Blue. HEX triplet: 20, 50 and 7E. RGB value is (32,80,126). Sum of RGB (Red+Green+Blue) = 32+80+126=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 126 (49.61% from 255 or 52.94% from 238); Max value from RGB is 126 - color contains mainly: blue. Hex color #20507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20507E is #DFAF81. Grayscale: #464646. Windows color (decimal): -14659458 or 8278048. OLE color: 8278048.
HSL color Cylindrical-coordinate representation of color #20507E: hue angle of 209.36º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20507E is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 80 | 126 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.51 |
| HSL | 209.36º | 0.59% | 0.31% | - |
| HSV(B) | 209.36º | 0.75% | 0.49% | - |
| XYZ | 7.23 | 7.55 | 20.82 | - |
| YUV | 70.89 | 159.1 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 126 | 0.75 | 0.37 | 0 | 0.51 | 209.36 | 0.59 | 0.31 |
| Hex | 20 | 50 | 7E | 4B | 25 | 0 | 33 | D1 | 3B | 1F |
| Octal | 40 | 120 | 176 | 113 | 45 | 0 | 63 | 321 | 73 | 37 |
| Binary | 100000 | 1010000 | 1111110 | 1001011 | 100101 | 0 | 110011 | 11010001 | 111011 | 11111 |
Color Harmonies of #20507E
Complementary color
Monochromatic Colors of #20507E
Black with #20507E
Text Example
Text Example
White with #20507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20507E; }
p { color: rgb(32,80,126); }
H1.HeaderClassName
{
color: #20507E;
}
.AnyTagClassName
{
color: #20507E;
}
</style>
background-color css
<style>
a { background-color: #20507E; }
a { background-color: rgb(32,80,126); }
div.DivClassName
{
background-color: #20507E;
}
.BgClassName
{
background-color: #20507E;
}
</style>
border-color css
<style>
span { border-color: #20507E; }
span { border-color: rgb(32,80,126); }
td.TdClassName
{
border-color: #20507E;
}
.TagClassName
{
border-color: #20507E;
}
</style>