Shades of Bahama Blue #205C7F
Tints of Bahama Blue #205C7F
RGB
CMYK
RGB Variations
Color information
#205C7F (or 0x205C7F) is known color: Bahama Blue. HEX triplet: 20, 5C and 7F. RGB value is (32,92,127). Sum of RGB (Red+Green+Blue) = 32+92+127=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #205C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205C7F is #DFA380. Grayscale: #4D4D4D. Windows color (decimal): -14656385 or 8346656. OLE color: 8346656.
HSL color Cylindrical-coordinate representation of color #205C7F: hue angle of 202.11º 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 #205C7F is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 92 | 127 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.50 |
| HSL | 202.11º | 0.6% | 0.31% | - |
| HSV(B) | 202.11º | 0.75% | 0.5% | - |
| XYZ | 8.25 | 9.49 | 21.48 | - |
| YUV | 78.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 92 | 127 | 0.75 | 0.28 | 0 | 0.50 | 202.11 | 0.6 | 0.31 |
| Hex | 20 | 5C | 7F | 4B | 1C | 0 | 32 | CA | 3C | 1F |
| Octal | 40 | 134 | 177 | 113 | 34 | 0 | 62 | 312 | 74 | 37 |
| Binary | 100000 | 1011100 | 1111111 | 1001011 | 11100 | 0 | 110010 | 11001010 | 111100 | 11111 |
Color Harmonies of #205C7F
Complementary color
Monochromatic Colors of #205C7F
Black with #205C7F
Text Example
Text Example
White with #205C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205C7F; }
p { color: rgb(32,92,127); }
H1.HeaderClassName
{
color: #205C7F;
}
.AnyTagClassName
{
color: #205C7F;
}
</style>
background-color css
<style>
a { background-color: #205C7F; }
a { background-color: rgb(32,92,127); }
div.DivClassName
{
background-color: #205C7F;
}
.BgClassName
{
background-color: #205C7F;
}
</style>
border-color css
<style>
span { border-color: #205C7F; }
span { border-color: rgb(32,92,127); }
td.TdClassName
{
border-color: #205C7F;
}
.TagClassName
{
border-color: #205C7F;
}
</style>