Shades of Bahama Blue #26587F
Tints of Bahama Blue #26587F
RGB
CMYK
RGB Variations
Color information
#26587F (or 0x26587F) is known color: Bahama Blue. HEX triplet: 26, 58 and 7F. RGB value is (38,88,127). Sum of RGB (Red+Green+Blue) = 38+88+127=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #26587F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26587F is #D9A780. Grayscale: #4D4D4D. Windows color (decimal): -14264193 or 8345638. OLE color: 8345638.
HSL color Cylindrical-coordinate representation of color #26587F: hue angle of 206.29º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26587F is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 88 | 127 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.50 |
| HSL | 206.29º | 0.54% | 0.32% | - |
| HSV(B) | 206.29º | 0.7% | 0.5% | - |
| XYZ | 8.12 | 8.92 | 21.37 | - |
| YUV | 77.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 88 | 127 | 0.70 | 0.31 | 0 | 0.50 | 206.29 | 0.54 | 0.32 |
| Hex | 26 | 58 | 7F | 46 | 1F | 0 | 32 | CE | 36 | 20 |
| Octal | 46 | 130 | 177 | 106 | 37 | 0 | 62 | 316 | 66 | 40 |
| Binary | 100110 | 1011000 | 1111111 | 1000110 | 11111 | 0 | 110010 | 11001110 | 110110 | 100000 |
Color Harmonies of #26587F
Complementary color
Monochromatic Colors of #26587F
Black with #26587F
Text Example
Text Example
White with #26587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26587F; }
p { color: rgb(38,88,127); }
H1.HeaderClassName
{
color: #26587F;
}
.AnyTagClassName
{
color: #26587F;
}
</style>
background-color css
<style>
a { background-color: #26587F; }
a { background-color: rgb(38,88,127); }
div.DivClassName
{
background-color: #26587F;
}
.BgClassName
{
background-color: #26587F;
}
</style>
border-color css
<style>
span { border-color: #26587F; }
span { border-color: rgb(38,88,127); }
td.TdClassName
{
border-color: #26587F;
}
.TagClassName
{
border-color: #26587F;
}
</style>