Shades of Bahama Blue #265F7F
Tints of Bahama Blue #265F7F
RGB
CMYK
RGB Variations
Color information
#265F7F (or 0x265F7F) is known color: Bahama Blue. HEX triplet: 26, 5F and 7F. RGB value is (38,95,127). Sum of RGB (Red+Green+Blue) = 38+95+127=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #265F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F7F is #D9A080. Grayscale: #515151. Windows color (decimal): -14262401 or 8347430. OLE color: 8347430.
HSL color Cylindrical-coordinate representation of color #265F7F: hue angle of 201.57º 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 #265F7F is Cyan = 0.70, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 38 | 95 | 127 | - |
| CMYK | 0.70 | 0.25 | 0 | 0.50 |
| HSL | 201.57º | 0.54% | 0.32% | - |
| HSV(B) | 201.57º | 0.7% | 0.5% | - |
| XYZ | 8.72 | 10.13 | 21.57 | - |
| YUV | 81.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 127 | 0.70 | 0.25 | 0 | 0.50 | 201.57 | 0.54 | 0.32 |
| Hex | 26 | 5F | 7F | 46 | 19 | 0 | 32 | CA | 36 | 20 |
| Octal | 46 | 137 | 177 | 106 | 31 | 0 | 62 | 312 | 66 | 40 |
| Binary | 100110 | 1011111 | 1111111 | 1000110 | 11001 | 0 | 110010 | 11001010 | 110110 | 100000 |
Color Harmonies of #265F7F
Complementary color
Monochromatic Colors of #265F7F
Black with #265F7F
Text Example
Text Example
White with #265F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F7F; }
p { color: rgb(38,95,127); }
H1.HeaderClassName
{
color: #265F7F;
}
.AnyTagClassName
{
color: #265F7F;
}
</style>
background-color css
<style>
a { background-color: #265F7F; }
a { background-color: rgb(38,95,127); }
div.DivClassName
{
background-color: #265F7F;
}
.BgClassName
{
background-color: #265F7F;
}
</style>
border-color css
<style>
span { border-color: #265F7F; }
span { border-color: rgb(38,95,127); }
td.TdClassName
{
border-color: #265F7F;
}
.TagClassName
{
border-color: #265F7F;
}
</style>