Shades of Bahama Blue #1E577B
Tints of Bahama Blue #1E577B
RGB
CMYK
RGB Variations
Color information
#1E577B (or 0x1E577B) is known color: Bahama Blue. HEX triplet: 1E, 57 and 7B. RGB value is (30,87,123). Sum of RGB (Red+Green+Blue) = 30+87+123=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #1E577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E577B is #E1A884. Grayscale: #494949. Windows color (decimal): -14788741 or 8083230. OLE color: 8083230.
HSL color Cylindrical-coordinate representation of color #1E577B: hue angle of 203.23º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E577B is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 87 | 123 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.52 |
| HSL | 203.23º | 0.61% | 0.3% | - |
| HSV(B) | 203.23º | 0.76% | 0.48% | - |
| XYZ | 7.52 | 8.52 | 19.99 | - |
| YUV | 74.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 87 | 123 | 0.76 | 0.29 | 0 | 0.52 | 203.23 | 0.61 | 0.3 |
| Hex | 1E | 57 | 7B | 4C | 1D | 0 | 34 | CB | 3D | 1E |
| Octal | 36 | 127 | 173 | 114 | 35 | 0 | 64 | 313 | 75 | 36 |
| Binary | 11110 | 1010111 | 1111011 | 1001100 | 11101 | 0 | 110100 | 11001011 | 111101 | 11110 |
Color Harmonies of #1E577B
Complementary color
Monochromatic Colors of #1E577B
Black with #1E577B
Text Example
Text Example
White with #1E577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E577B; }
p { color: rgb(30,87,123); }
H1.HeaderClassName
{
color: #1E577B;
}
.AnyTagClassName
{
color: #1E577B;
}
</style>
background-color css
<style>
a { background-color: #1E577B; }
a { background-color: rgb(30,87,123); }
div.DivClassName
{
background-color: #1E577B;
}
.BgClassName
{
background-color: #1E577B;
}
</style>
border-color css
<style>
span { border-color: #1E577B; }
span { border-color: rgb(30,87,123); }
td.TdClassName
{
border-color: #1E577B;
}
.TagClassName
{
border-color: #1E577B;
}
</style>