Shades of Bahama Blue #266080
Tints of Bahama Blue #266080
RGB
CMYK
RGB Variations
Color information
#266080 (or 0x266080) is known color: Bahama Blue. HEX triplet: 26, 60 and 80. RGB value is (38,96,128). Sum of RGB (Red+Green+Blue) = 38+96+128=262 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.50% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #266080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266080 is #D99F7F. Grayscale: #525252. Windows color (decimal): -14262144 or 8413222. OLE color: 8413222.
HSL color Cylindrical-coordinate representation of color #266080: hue angle of 201.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #266080 is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 96 | 128 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.50 |
| HSL | 201.33º | 0.54% | 0.33% | - |
| HSV(B) | 201.33º | 0.7% | 0.5% | - |
| XYZ | 8.88 | 10.34 | 21.95 | - |
| YUV | 82.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 96 | 128 | 0.70 | 0.25 | 0 | 0.50 | 201.33 | 0.54 | 0.33 |
| Hex | 26 | 60 | 80 | 46 | 19 | 0 | 32 | C9 | 36 | 21 |
| Octal | 46 | 140 | 200 | 106 | 31 | 0 | 62 | 311 | 66 | 41 |
| Binary | 100110 | 1100000 | 10000000 | 1000110 | 11001 | 0 | 110010 | 11001001 | 110110 | 100001 |
Color Harmonies of #266080
Complementary color
Monochromatic Colors of #266080
Black with #266080
Text Example
Text Example
White with #266080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266080; }
p { color: rgb(38,96,128); }
H1.HeaderClassName
{
color: #266080;
}
.AnyTagClassName
{
color: #266080;
}
</style>
background-color css
<style>
a { background-color: #266080; }
a { background-color: rgb(38,96,128); }
div.DivClassName
{
background-color: #266080;
}
.BgClassName
{
background-color: #266080;
}
</style>
border-color css
<style>
span { border-color: #266080; }
span { border-color: rgb(38,96,128); }
td.TdClassName
{
border-color: #266080;
}
.TagClassName
{
border-color: #266080;
}
</style>