Shades of Bahama Blue #26517D
Tints of Bahama Blue #26517D
RGB
CMYK
RGB Variations
Color information
#26517D (or 0x26517D) is known color: Bahama Blue. HEX triplet: 26, 51 and 7D. RGB value is (38,81,125). Sum of RGB (Red+Green+Blue) = 38+81+125=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #26517D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26517D is #D9AE82. Grayscale: #484848. Windows color (decimal): -14265987 or 8212774. OLE color: 8212774.
HSL color Cylindrical-coordinate representation of color #26517D: hue angle of 210.34º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26517D is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 38 | 81 | 125 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.51 |
| HSL | 210.34º | 0.53% | 0.32% | - |
| HSV(B) | 210.34º | 0.7% | 0.49% | - |
| XYZ | 7.44 | 7.78 | 20.51 | - |
| YUV | 73.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 81 | 125 | 0.70 | 0.35 | 0 | 0.51 | 210.34 | 0.53 | 0.32 |
| Hex | 26 | 51 | 7D | 46 | 23 | 0 | 33 | D2 | 35 | 20 |
| Octal | 46 | 121 | 175 | 106 | 43 | 0 | 63 | 322 | 65 | 40 |
| Binary | 100110 | 1010001 | 1111101 | 1000110 | 100011 | 0 | 110011 | 11010010 | 110101 | 100000 |
Color Harmonies of #26517D
Complementary color
Monochromatic Colors of #26517D
Black with #26517D
Text Example
Text Example
White with #26517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26517D; }
p { color: rgb(38,81,125); }
H1.HeaderClassName
{
color: #26517D;
}
.AnyTagClassName
{
color: #26517D;
}
</style>
background-color css
<style>
a { background-color: #26517D; }
a { background-color: rgb(38,81,125); }
div.DivClassName
{
background-color: #26517D;
}
.BgClassName
{
background-color: #26517D;
}
</style>
border-color css
<style>
span { border-color: #26517D; }
span { border-color: rgb(38,81,125); }
td.TdClassName
{
border-color: #26517D;
}
.TagClassName
{
border-color: #26517D;
}
</style>