Shades of Bahama Blue #1E537E
Tints of Bahama Blue #1E537E
RGB
CMYK
RGB Variations
Color information
#1E537E (or 0x1E537E) is known color: Bahama Blue. HEX triplet: 1E, 53 and 7E. RGB value is (30,83,126). Sum of RGB (Red+Green+Blue) = 30+83+126=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E537E is #E1AC81. Grayscale: #474747. Windows color (decimal): -14789762 or 8278814. OLE color: 8278814.
HSL color Cylindrical-coordinate representation of color #1E537E: hue angle of 206.88º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E537E is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 83 | 126 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.51 |
| HSL | 206.88º | 0.62% | 0.31% | - |
| HSV(B) | 206.88º | 0.76% | 0.49% | - |
| XYZ | 7.39 | 7.97 | 20.89 | - |
| YUV | 72.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 126 | 0.76 | 0.34 | 0 | 0.51 | 206.88 | 0.62 | 0.31 |
| Hex | 1E | 53 | 7E | 4C | 22 | 0 | 33 | CF | 3E | 1F |
| Octal | 36 | 123 | 176 | 114 | 42 | 0 | 63 | 317 | 76 | 37 |
| Binary | 11110 | 1010011 | 1111110 | 1001100 | 100010 | 0 | 110011 | 11001111 | 111110 | 11111 |
Color Harmonies of #1E537E
Complementary color
Monochromatic Colors of #1E537E
Black with #1E537E
Text Example
Text Example
White with #1E537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E537E; }
p { color: rgb(30,83,126); }
H1.HeaderClassName
{
color: #1E537E;
}
.AnyTagClassName
{
color: #1E537E;
}
</style>
background-color css
<style>
a { background-color: #1E537E; }
a { background-color: rgb(30,83,126); }
div.DivClassName
{
background-color: #1E537E;
}
.BgClassName
{
background-color: #1E537E;
}
</style>
border-color css
<style>
span { border-color: #1E537E; }
span { border-color: rgb(30,83,126); }
td.TdClassName
{
border-color: #1E537E;
}
.TagClassName
{
border-color: #1E537E;
}
</style>