Shades of Bahama Blue #20618B
Tints of Bahama Blue #20618B
RGB
CMYK
RGB Variations
Color information
#20618B (or 0x20618B) is known color: Bahama Blue. HEX triplet: 20, 61 and 8B. RGB value is (32,97,139). Sum of RGB (Red+Green+Blue) = 32+97+139=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #20618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20618B is #DF9E74. Grayscale: #525252. Windows color (decimal): -14655093 or 9134368. OLE color: 9134368.
HSL color Cylindrical-coordinate representation of color #20618B: hue angle of 203.55º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20618B is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 97 | 139 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.45 |
| HSL | 203.55º | 0.63% | 0.34% | - |
| HSV(B) | 203.55º | 0.77% | 0.55% | - |
| XYZ | 9.53 | 10.72 | 25.99 | - |
| YUV | 82.35 | 159.97 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 97 | 139 | 0.77 | 0.30 | 0 | 0.45 | 203.55 | 0.63 | 0.34 |
| Hex | 20 | 61 | 8B | 4D | 1E | 0 | 2D | CC | 3F | 22 |
| Octal | 40 | 141 | 213 | 115 | 36 | 0 | 55 | 314 | 77 | 42 |
| Binary | 100000 | 1100001 | 10001011 | 1001101 | 11110 | 0 | 101101 | 11001100 | 111111 | 100010 |
Color Harmonies of #20618B
Complementary color
Monochromatic Colors of #20618B
Black with #20618B
Text Example
Text Example
White with #20618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20618B; }
p { color: rgb(32,97,139); }
H1.HeaderClassName
{
color: #20618B;
}
.AnyTagClassName
{
color: #20618B;
}
</style>
background-color css
<style>
a { background-color: #20618B; }
a { background-color: rgb(32,97,139); }
div.DivClassName
{
background-color: #20618B;
}
.BgClassName
{
background-color: #20618B;
}
</style>
border-color css
<style>
span { border-color: #20618B; }
span { border-color: rgb(32,97,139); }
td.TdClassName
{
border-color: #20618B;
}
.TagClassName
{
border-color: #20618B;
}
</style>