Shades of Bahama Blue #1A5E89
Tints of Bahama Blue #1A5E89
RGB
CMYK
RGB Variations
Color information
#1A5E89 (or 0x1A5E89) is known color: Bahama Blue. HEX triplet: 1A, 5E and 89. RGB value is (26,94,137). Sum of RGB (Red+Green+Blue) = 26+94+137=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #1A5E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5E89 is #E5A176. Grayscale: #4E4E4E. Windows color (decimal): -15049079 or 9002522. OLE color: 9002522.
HSL color Cylindrical-coordinate representation of color #1A5E89: hue angle of 203.24º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A5E89 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 94 | 137 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.46 |
| HSL | 203.24º | 0.68% | 0.32% | - |
| HSV(B) | 203.24º | 0.81% | 0.54% | - |
| XYZ | 8.94 | 10.03 | 25.13 | - |
| YUV | 78.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 137 | 0.81 | 0.31 | 0 | 0.46 | 203.24 | 0.68 | 0.32 |
| Hex | 1A | 5E | 89 | 51 | 1F | 0 | 2E | CB | 44 | 20 |
| Octal | 32 | 136 | 211 | 121 | 37 | 0 | 56 | 313 | 104 | 40 |
| Binary | 11010 | 1011110 | 10001001 | 1010001 | 11111 | 0 | 101110 | 11001011 | 1000100 | 100000 |
Color Harmonies of #1A5E89
Complementary color
Monochromatic Colors of #1A5E89
Black with #1A5E89
Text Example
Text Example
White with #1A5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E89; }
p { color: rgb(26,94,137); }
H1.HeaderClassName
{
color: #1A5E89;
}
.AnyTagClassName
{
color: #1A5E89;
}
</style>
background-color css
<style>
a { background-color: #1A5E89; }
a { background-color: rgb(26,94,137); }
div.DivClassName
{
background-color: #1A5E89;
}
.BgClassName
{
background-color: #1A5E89;
}
</style>
border-color css
<style>
span { border-color: #1A5E89; }
span { border-color: rgb(26,94,137); }
td.TdClassName
{
border-color: #1A5E89;
}
.TagClassName
{
border-color: #1A5E89;
}
</style>