Shades of Bahama Blue #255180
Tints of Bahama Blue #255180
RGB
CMYK
RGB Variations
Color information
#255180 (or 0x255180) is known color: Bahama Blue. HEX triplet: 25, 51 and 80. RGB value is (37,81,128). Sum of RGB (Red+Green+Blue) = 37+81+128=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 128 (50.39% from 255 or 52.03% from 246); Max value from RGB is 128 - color contains mainly: blue. Hex color #255180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255180 is #DAAE7F. Grayscale: #484848. Windows color (decimal): -14331520 or 8409381. OLE color: 8409381.
HSL color Cylindrical-coordinate representation of color #255180: hue angle of 210.99º 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 #255180 is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 81 | 128 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.50 |
| HSL | 210.99º | 0.55% | 0.32% | - |
| HSV(B) | 210.99º | 0.71% | 0.5% | - |
| XYZ | 7.6 | 7.84 | 21.53 | - |
| YUV | 73.2 | 158.92 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 81 | 128 | 0.71 | 0.37 | 0 | 0.50 | 210.99 | 0.55 | 0.32 |
| Hex | 25 | 51 | 80 | 47 | 25 | 0 | 32 | D3 | 37 | 20 |
| Octal | 45 | 121 | 200 | 107 | 45 | 0 | 62 | 323 | 67 | 40 |
| Binary | 100101 | 1010001 | 10000000 | 1000111 | 100101 | 0 | 110010 | 11010011 | 110111 | 100000 |
Color Harmonies of #255180
Complementary color
Monochromatic Colors of #255180
Black with #255180
Text Example
Text Example
White with #255180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255180; }
p { color: rgb(37,81,128); }
H1.HeaderClassName
{
color: #255180;
}
.AnyTagClassName
{
color: #255180;
}
</style>
background-color css
<style>
a { background-color: #255180; }
a { background-color: rgb(37,81,128); }
div.DivClassName
{
background-color: #255180;
}
.BgClassName
{
background-color: #255180;
}
</style>
border-color css
<style>
span { border-color: #255180; }
span { border-color: rgb(37,81,128); }
td.TdClassName
{
border-color: #255180;
}
.TagClassName
{
border-color: #255180;
}
</style>