Shades of Bahama Blue #205A7E
Tints of Bahama Blue #205A7E
RGB
CMYK
RGB Variations
Color information
#205A7E (or 0x205A7E) is known color: Bahama Blue. HEX triplet: 20, 5A and 7E. RGB value is (32,90,126). Sum of RGB (Red+Green+Blue) = 32+90+126=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 126 (49.61% from 255 or 50.81% from 248); Max value from RGB is 126 - color contains mainly: blue. Hex color #205A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A7E is #DFA581. Grayscale: #4C4C4C. Windows color (decimal): -14656898 or 8280608. OLE color: 8280608.
HSL color Cylindrical-coordinate representation of color #205A7E: hue angle of 202.98º 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 #205A7E is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 90 | 126 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.51 |
| HSL | 202.98º | 0.59% | 0.31% | - |
| HSV(B) | 202.98º | 0.75% | 0.49% | - |
| XYZ | 8.02 | 9.13 | 21.08 | - |
| YUV | 76.76 | 155.78 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 126 | 0.75 | 0.29 | 0 | 0.51 | 202.98 | 0.59 | 0.31 |
| Hex | 20 | 5A | 7E | 4B | 1D | 0 | 33 | CB | 3B | 1F |
| Octal | 40 | 132 | 176 | 113 | 35 | 0 | 63 | 313 | 73 | 37 |
| Binary | 100000 | 1011010 | 1111110 | 1001011 | 11101 | 0 | 110011 | 11001011 | 111011 | 11111 |
Color Harmonies of #205A7E
Complementary color
Monochromatic Colors of #205A7E
Black with #205A7E
Text Example
Text Example
White with #205A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A7E; }
p { color: rgb(32,90,126); }
H1.HeaderClassName
{
color: #205A7E;
}
.AnyTagClassName
{
color: #205A7E;
}
</style>
background-color css
<style>
a { background-color: #205A7E; }
a { background-color: rgb(32,90,126); }
div.DivClassName
{
background-color: #205A7E;
}
.BgClassName
{
background-color: #205A7E;
}
</style>
border-color css
<style>
span { border-color: #205A7E; }
span { border-color: rgb(32,90,126); }
td.TdClassName
{
border-color: #205A7E;
}
.TagClassName
{
border-color: #205A7E;
}
</style>