Shades of Bahama Blue #266789
Tints of Bahama Blue #266789
RGB
CMYK
RGB Variations
Color information
#266789 (or 0x266789) is known color: Bahama Blue. HEX triplet: 26, 67 and 89. RGB value is (38,103,137). Sum of RGB (Red+Green+Blue) = 38+103+137=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #266789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266789 is #D99876. Grayscale: #575757. Windows color (decimal): -14260343 or 9004838. OLE color: 9004838.
HSL color Cylindrical-coordinate representation of color #266789: hue angle of 200.61º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #266789 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 38 | 103 | 137 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.46 |
| HSL | 200.61º | 0.57% | 0.34% | - |
| HSV(B) | 200.61º | 0.72% | 0.54% | - |
| XYZ | 10.16 | 11.92 | 25.43 | - |
| YUV | 87.44 | 155.97 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 103 | 137 | 0.72 | 0.25 | 0 | 0.46 | 200.61 | 0.57 | 0.34 |
| Hex | 26 | 67 | 89 | 48 | 19 | 0 | 2E | C9 | 39 | 22 |
| Octal | 46 | 147 | 211 | 110 | 31 | 0 | 56 | 311 | 71 | 42 |
| Binary | 100110 | 1100111 | 10001001 | 1001000 | 11001 | 0 | 101110 | 11001001 | 111001 | 100010 |
Color Harmonies of #266789
Complementary color
Monochromatic Colors of #266789
Black with #266789
Text Example
Text Example
White with #266789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266789; }
p { color: rgb(38,103,137); }
H1.HeaderClassName
{
color: #266789;
}
.AnyTagClassName
{
color: #266789;
}
</style>
background-color css
<style>
a { background-color: #266789; }
a { background-color: rgb(38,103,137); }
div.DivClassName
{
background-color: #266789;
}
.BgClassName
{
background-color: #266789;
}
</style>
border-color css
<style>
span { border-color: #266789; }
span { border-color: rgb(38,103,137); }
td.TdClassName
{
border-color: #266789;
}
.TagClassName
{
border-color: #266789;
}
</style>