Shades of Bahama Blue #265E7F
Tints of Bahama Blue #265E7F
RGB
CMYK
RGB Variations
Color information
#265E7F (or 0x265E7F) is known color: Bahama Blue. HEX triplet: 26, 5E and 7F. RGB value is (38,94,127). Sum of RGB (Red+Green+Blue) = 38+94+127=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #265E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E7F is #D9A180. Grayscale: #505050. Windows color (decimal): -14262657 or 8347174. OLE color: 8347174.
HSL color Cylindrical-coordinate representation of color #265E7F: hue angle of 202.25º 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 #265E7F is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 94 | 127 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.50 |
| HSL | 202.25º | 0.54% | 0.32% | - |
| HSV(B) | 202.25º | 0.7% | 0.5% | - |
| XYZ | 8.63 | 9.95 | 21.54 | - |
| YUV | 81.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 127 | 0.70 | 0.26 | 0 | 0.50 | 202.25 | 0.54 | 0.32 |
| Hex | 26 | 5E | 7F | 46 | 1A | 0 | 32 | CA | 36 | 20 |
| Octal | 46 | 136 | 177 | 106 | 32 | 0 | 62 | 312 | 66 | 40 |
| Binary | 100110 | 1011110 | 1111111 | 1000110 | 11010 | 0 | 110010 | 11001010 | 110110 | 100000 |
Color Harmonies of #265E7F
Complementary color
Monochromatic Colors of #265E7F
Black with #265E7F
Text Example
Text Example
White with #265E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E7F; }
p { color: rgb(38,94,127); }
H1.HeaderClassName
{
color: #265E7F;
}
.AnyTagClassName
{
color: #265E7F;
}
</style>
background-color css
<style>
a { background-color: #265E7F; }
a { background-color: rgb(38,94,127); }
div.DivClassName
{
background-color: #265E7F;
}
.BgClassName
{
background-color: #265E7F;
}
</style>
border-color css
<style>
span { border-color: #265E7F; }
span { border-color: rgb(38,94,127); }
td.TdClassName
{
border-color: #265E7F;
}
.TagClassName
{
border-color: #265E7F;
}
</style>