Shades of Bahama Blue #1E5A89
Tints of Bahama Blue #1E5A89
RGB
CMYK
RGB Variations
Color information
#1E5A89 (or 0x1E5A89) is known color: Bahama Blue. HEX triplet: 1E, 5A and 89. RGB value is (30,90,137). Sum of RGB (Red+Green+Blue) = 30+90+137=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 90 (35.55% from 255 or 35.02% 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 #1E5A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5A89 is #E1A576. Grayscale: #4D4D4D. Windows color (decimal): -14787959 or 9001502. OLE color: 9001502.
HSL color Cylindrical-coordinate representation of color #1E5A89: hue angle of 206.36º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E5A89 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 90 | 137 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.46 |
| HSL | 206.36º | 0.64% | 0.33% | - |
| HSV(B) | 206.36º | 0.78% | 0.54% | - |
| XYZ | 8.71 | 9.39 | 25.02 | - |
| YUV | 77.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 137 | 0.78 | 0.34 | 0 | 0.46 | 206.36 | 0.64 | 0.33 |
| Hex | 1E | 5A | 89 | 4E | 22 | 0 | 2E | CE | 40 | 21 |
| Octal | 36 | 132 | 211 | 116 | 42 | 0 | 56 | 316 | 100 | 41 |
| Binary | 11110 | 1011010 | 10001001 | 1001110 | 100010 | 0 | 101110 | 11001110 | 1000000 | 100001 |
Color Harmonies of #1E5A89
Complementary color
Monochromatic Colors of #1E5A89
Black with #1E5A89
Text Example
Text Example
White with #1E5A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A89; }
p { color: rgb(30,90,137); }
H1.HeaderClassName
{
color: #1E5A89;
}
.AnyTagClassName
{
color: #1E5A89;
}
</style>
background-color css
<style>
a { background-color: #1E5A89; }
a { background-color: rgb(30,90,137); }
div.DivClassName
{
background-color: #1E5A89;
}
.BgClassName
{
background-color: #1E5A89;
}
</style>
border-color css
<style>
span { border-color: #1E5A89; }
span { border-color: rgb(30,90,137); }
td.TdClassName
{
border-color: #1E5A89;
}
.TagClassName
{
border-color: #1E5A89;
}
</style>