Shades of Bahama Blue #1E6389
Tints of Bahama Blue #1E6389
RGB
CMYK
RGB Variations
Color information
#1E6389 (or 0x1E6389) is known color: Bahama Blue. HEX triplet: 1E, 63 and 89. RGB value is (30,99,137). Sum of RGB (Red+Green+Blue) = 30+99+137=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E6389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6389 is #E19C76. Grayscale: #525252. Windows color (decimal): -14785655 or 9003806. OLE color: 9003806.
HSL color Cylindrical-coordinate representation of color #1E6389: hue angle of 201.31º 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 #1E6389 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 99 | 137 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.46 |
| HSL | 201.31º | 0.64% | 0.33% | - |
| HSV(B) | 201.31º | 0.78% | 0.54% | - |
| XYZ | 9.51 | 11.01 | 25.29 | - |
| YUV | 82.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 137 | 0.78 | 0.28 | 0 | 0.46 | 201.31 | 0.64 | 0.33 |
| Hex | 1E | 63 | 89 | 4E | 1C | 0 | 2E | C9 | 40 | 21 |
| Octal | 36 | 143 | 211 | 116 | 34 | 0 | 56 | 311 | 100 | 41 |
| Binary | 11110 | 1100011 | 10001001 | 1001110 | 11100 | 0 | 101110 | 11001001 | 1000000 | 100001 |
Color Harmonies of #1E6389
Complementary color
Monochromatic Colors of #1E6389
Black with #1E6389
Text Example
Text Example
White with #1E6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6389; }
p { color: rgb(30,99,137); }
H1.HeaderClassName
{
color: #1E6389;
}
.AnyTagClassName
{
color: #1E6389;
}
</style>
background-color css
<style>
a { background-color: #1E6389; }
a { background-color: rgb(30,99,137); }
div.DivClassName
{
background-color: #1E6389;
}
.BgClassName
{
background-color: #1E6389;
}
</style>
border-color css
<style>
span { border-color: #1E6389; }
span { border-color: rgb(30,99,137); }
td.TdClassName
{
border-color: #1E6389;
}
.TagClassName
{
border-color: #1E6389;
}
</style>