Shades of Bahama Blue #265A82
Tints of Bahama Blue #265A82
RGB
CMYK
RGB Variations
Color information
#265A82 (or 0x265A82) is known color: Bahama Blue. HEX triplet: 26, 5A and 82. RGB value is (38,90,130). Sum of RGB (Red+Green+Blue) = 38+90+130=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #265A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A82 is #D9A57D. Grayscale: #4E4E4E. Windows color (decimal): -14263678 or 8542758. OLE color: 8542758.
HSL color Cylindrical-coordinate representation of color #265A82: hue angle of 206.09º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265A82 is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 38 | 90 | 130 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.49 |
| HSL | 206.09º | 0.55% | 0.33% | - |
| HSV(B) | 206.09º | 0.71% | 0.51% | - |
| XYZ | 8.48 | 9.34 | 22.47 | - |
| YUV | 79.01 | 156.77 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 90 | 130 | 0.71 | 0.31 | 0 | 0.49 | 206.09 | 0.55 | 0.33 |
| Hex | 26 | 5A | 82 | 47 | 1F | 0 | 31 | CE | 37 | 21 |
| Octal | 46 | 132 | 202 | 107 | 37 | 0 | 61 | 316 | 67 | 41 |
| Binary | 100110 | 1011010 | 10000010 | 1000111 | 11111 | 0 | 110001 | 11001110 | 110111 | 100001 |
Color Harmonies of #265A82
Complementary color
Monochromatic Colors of #265A82
Black with #265A82
Text Example
Text Example
White with #265A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265A82; }
p { color: rgb(38,90,130); }
H1.HeaderClassName
{
color: #265A82;
}
.AnyTagClassName
{
color: #265A82;
}
</style>
background-color css
<style>
a { background-color: #265A82; }
a { background-color: rgb(38,90,130); }
div.DivClassName
{
background-color: #265A82;
}
.BgClassName
{
background-color: #265A82;
}
</style>
border-color css
<style>
span { border-color: #265A82; }
span { border-color: rgb(38,90,130); }
td.TdClassName
{
border-color: #265A82;
}
.TagClassName
{
border-color: #265A82;
}
</style>