Shades of Bahama Blue #1E4D83
Tints of Bahama Blue #1E4D83
RGB
CMYK
RGB Variations
Color information
#1E4D83 (or 0x1E4D83) is known color: Bahama Blue. HEX triplet: 1E, 4D and 83. RGB value is (30,77,131). Sum of RGB (Red+Green+Blue) = 30+77+131=238 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.61% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #1E4D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E4D83 is #E1B27C. Grayscale: #444444. Windows color (decimal): -14791293 or 8604958. OLE color: 8604958.
HSL color Cylindrical-coordinate representation of color #1E4D83: hue angle of 212.08º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E4D83 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 30 | 77 | 131 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.49 |
| HSL | 212.08º | 0.63% | 0.32% | - |
| HSV(B) | 212.08º | 0.77% | 0.51% | - |
| XYZ | 7.29 | 7.22 | 22.48 | - |
| YUV | 69.1 | 162.93 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 131 | 0.77 | 0.41 | 0 | 0.49 | 212.08 | 0.63 | 0.32 |
| Hex | 1E | 4D | 83 | 4D | 29 | 0 | 31 | D4 | 3F | 20 |
| Octal | 36 | 115 | 203 | 115 | 51 | 0 | 61 | 324 | 77 | 40 |
| Binary | 11110 | 1001101 | 10000011 | 1001101 | 101001 | 0 | 110001 | 11010100 | 111111 | 100000 |
Color Harmonies of #1E4D83
Complementary color
Monochromatic Colors of #1E4D83
Black with #1E4D83
Text Example
Text Example
White with #1E4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D83; }
p { color: rgb(30,77,131); }
H1.HeaderClassName
{
color: #1E4D83;
}
.AnyTagClassName
{
color: #1E4D83;
}
</style>
background-color css
<style>
a { background-color: #1E4D83; }
a { background-color: rgb(30,77,131); }
div.DivClassName
{
background-color: #1E4D83;
}
.BgClassName
{
background-color: #1E4D83;
}
</style>
border-color css
<style>
span { border-color: #1E4D83; }
span { border-color: rgb(30,77,131); }
td.TdClassName
{
border-color: #1E4D83;
}
.TagClassName
{
border-color: #1E4D83;
}
</style>