Shades of Bahama Blue #1E618B
Tints of Bahama Blue #1E618B
RGB
CMYK
RGB Variations
Color information
#1E618B (or 0x1E618B) is known color: Bahama Blue. HEX triplet: 1E, 61 and 8B. RGB value is (30,97,139). Sum of RGB (Red+Green+Blue) = 30+97+139=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E618B is #E19E74. Grayscale: #515151. Windows color (decimal): -14786165 or 9134366. OLE color: 9134366.
HSL color Cylindrical-coordinate representation of color #1E618B: hue angle of 203.12º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E618B is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 30 | 97 | 139 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.45 |
| HSL | 203.12º | 0.64% | 0.33% | - |
| HSV(B) | 203.12º | 0.78% | 0.55% | - |
| XYZ | 9.47 | 10.69 | 25.99 | - |
| YUV | 81.76 | 160.3 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 139 | 0.78 | 0.30 | 0 | 0.45 | 203.12 | 0.64 | 0.33 |
| Hex | 1E | 61 | 8B | 4E | 1E | 0 | 2D | CB | 40 | 21 |
| Octal | 36 | 141 | 213 | 116 | 36 | 0 | 55 | 313 | 100 | 41 |
| Binary | 11110 | 1100001 | 10001011 | 1001110 | 11110 | 0 | 101101 | 11001011 | 1000000 | 100001 |
Color Harmonies of #1E618B
Complementary color
Monochromatic Colors of #1E618B
Black with #1E618B
Text Example
Text Example
White with #1E618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E618B; }
p { color: rgb(30,97,139); }
H1.HeaderClassName
{
color: #1E618B;
}
.AnyTagClassName
{
color: #1E618B;
}
</style>
background-color css
<style>
a { background-color: #1E618B; }
a { background-color: rgb(30,97,139); }
div.DivClassName
{
background-color: #1E618B;
}
.BgClassName
{
background-color: #1E618B;
}
</style>
border-color css
<style>
span { border-color: #1E618B; }
span { border-color: rgb(30,97,139); }
td.TdClassName
{
border-color: #1E618B;
}
.TagClassName
{
border-color: #1E618B;
}
</style>