Shades of Bahama Blue #20658A
Tints of Bahama Blue #20658A
RGB
CMYK
RGB Variations
Color information
#20658A (or 0x20658A) is known color: Bahama Blue. HEX triplet: 20, 65 and 8A. RGB value is (32,101,138). Sum of RGB (Red+Green+Blue) = 32+101+138=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #20658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20658A is #DF9A75. Grayscale: #545454. Windows color (decimal): -14654070 or 9069856. OLE color: 9069856.
HSL color Cylindrical-coordinate representation of color #20658A: hue angle of 200.94º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20658A is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 101 | 138 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.46 |
| HSL | 200.94º | 0.62% | 0.33% | - |
| HSV(B) | 200.94º | 0.77% | 0.54% | - |
| XYZ | 9.84 | 11.45 | 25.74 | - |
| YUV | 84.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 138 | 0.77 | 0.27 | 0 | 0.46 | 200.94 | 0.62 | 0.33 |
| Hex | 20 | 65 | 8A | 4D | 1B | 0 | 2E | C9 | 3E | 21 |
| Octal | 40 | 145 | 212 | 115 | 33 | 0 | 56 | 311 | 76 | 41 |
| Binary | 100000 | 1100101 | 10001010 | 1001101 | 11011 | 0 | 101110 | 11001001 | 111110 | 100001 |
Color Harmonies of #20658A
Complementary color
Monochromatic Colors of #20658A
Black with #20658A
Text Example
Text Example
White with #20658A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20658A; }
p { color: rgb(32,101,138); }
H1.HeaderClassName
{
color: #20658A;
}
.AnyTagClassName
{
color: #20658A;
}
</style>
background-color css
<style>
a { background-color: #20658A; }
a { background-color: rgb(32,101,138); }
div.DivClassName
{
background-color: #20658A;
}
.BgClassName
{
background-color: #20658A;
}
</style>
border-color css
<style>
span { border-color: #20658A; }
span { border-color: rgb(32,101,138); }
td.TdClassName
{
border-color: #20658A;
}
.TagClassName
{
border-color: #20658A;
}
</style>