Shades of Bahama Blue #1E5E89
Tints of Bahama Blue #1E5E89
RGB
CMYK
RGB Variations
Color information
#1E5E89 (or 0x1E5E89) is known color: Bahama Blue. HEX triplet: 1E, 5E and 89. RGB value is (30,94,137). Sum of RGB (Red+Green+Blue) = 30+94+137=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E5E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5E89 is #E1A176. Grayscale: #4F4F4F. Windows color (decimal): -14786935 or 9002526. OLE color: 9002526.
HSL color Cylindrical-coordinate representation of color #1E5E89: hue angle of 204.11º 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 #1E5E89 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 94 | 137 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.46 |
| HSL | 204.11º | 0.64% | 0.33% | - |
| HSV(B) | 204.11º | 0.78% | 0.54% | - |
| XYZ | 9.05 | 10.09 | 25.14 | - |
| YUV | 79.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 94 | 137 | 0.78 | 0.31 | 0 | 0.46 | 204.11 | 0.64 | 0.33 |
| Hex | 1E | 5E | 89 | 4E | 1F | 0 | 2E | CC | 40 | 21 |
| Octal | 36 | 136 | 211 | 116 | 37 | 0 | 56 | 314 | 100 | 41 |
| Binary | 11110 | 1011110 | 10001001 | 1001110 | 11111 | 0 | 101110 | 11001100 | 1000000 | 100001 |
Color Harmonies of #1E5E89
Complementary color
Monochromatic Colors of #1E5E89
Black with #1E5E89
Text Example
Text Example
White with #1E5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5E89; }
p { color: rgb(30,94,137); }
H1.HeaderClassName
{
color: #1E5E89;
}
.AnyTagClassName
{
color: #1E5E89;
}
</style>
background-color css
<style>
a { background-color: #1E5E89; }
a { background-color: rgb(30,94,137); }
div.DivClassName
{
background-color: #1E5E89;
}
.BgClassName
{
background-color: #1E5E89;
}
</style>
border-color css
<style>
span { border-color: #1E5E89; }
span { border-color: rgb(30,94,137); }
td.TdClassName
{
border-color: #1E5E89;
}
.TagClassName
{
border-color: #1E5E89;
}
</style>