Shades of Bahama Blue #255080
Tints of Bahama Blue #255080
RGB
CMYK
RGB Variations
Color information
#255080 (or 0x255080) is known color: Bahama Blue. HEX triplet: 25, 50 and 80. RGB value is (37,80,128). Sum of RGB (Red+Green+Blue) = 37+80+128=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #255080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255080 is #DAAF7F. Grayscale: #484848. Windows color (decimal): -14331776 or 8409125. OLE color: 8409125.
HSL color Cylindrical-coordinate representation of color #255080: hue angle of 211.65º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #255080 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 80 | 128 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.50 |
| HSL | 211.65º | 0.55% | 0.32% | - |
| HSV(B) | 211.65º | 0.71% | 0.5% | - |
| XYZ | 7.53 | 7.69 | 21.51 | - |
| YUV | 72.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 80 | 128 | 0.71 | 0.38 | 0 | 0.50 | 211.65 | 0.55 | 0.32 |
| Hex | 25 | 50 | 80 | 47 | 26 | 0 | 32 | D4 | 37 | 20 |
| Octal | 45 | 120 | 200 | 107 | 46 | 0 | 62 | 324 | 67 | 40 |
| Binary | 100101 | 1010000 | 10000000 | 1000111 | 100110 | 0 | 110010 | 11010100 | 110111 | 100000 |
Color Harmonies of #255080
Complementary color
Monochromatic Colors of #255080
Black with #255080
Text Example
Text Example
White with #255080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255080; }
p { color: rgb(37,80,128); }
H1.HeaderClassName
{
color: #255080;
}
.AnyTagClassName
{
color: #255080;
}
</style>
background-color css
<style>
a { background-color: #255080; }
a { background-color: rgb(37,80,128); }
div.DivClassName
{
background-color: #255080;
}
.BgClassName
{
background-color: #255080;
}
</style>
border-color css
<style>
span { border-color: #255080; }
span { border-color: rgb(37,80,128); }
td.TdClassName
{
border-color: #255080;
}
.TagClassName
{
border-color: #255080;
}
</style>