Shades of Bahama Blue #1E5176
Tints of Bahama Blue #1E5176
RGB
CMYK
RGB Variations
Color information
#1E5176 (or 0x1E5176) is known color: Bahama Blue. HEX triplet: 1E, 51 and 76. RGB value is (30,81,118). Sum of RGB (Red+Green+Blue) = 30+81+118=229 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.10% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E5176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5176 is #E1AE89. Grayscale: #454545. Windows color (decimal): -14790282 or 7754014. OLE color: 7754014.
HSL color Cylindrical-coordinate representation of color #1E5176: hue angle of 205.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E5176 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 81 | 118 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.54 |
| HSL | 205.23º | 0.59% | 0.29% | - |
| HSV(B) | 205.23º | 0.75% | 0.46% | - |
| XYZ | 6.75 | 7.47 | 18.23 | - |
| YUV | 69.97 | 155.1 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 118 | 0.75 | 0.31 | 0 | 0.54 | 205.23 | 0.59 | 0.29 |
| Hex | 1E | 51 | 76 | 4B | 1F | 0 | 36 | CD | 3B | 1D |
| Octal | 36 | 121 | 166 | 113 | 37 | 0 | 66 | 315 | 73 | 35 |
| Binary | 11110 | 1010001 | 1110110 | 1001011 | 11111 | 0 | 110110 | 11001101 | 111011 | 11101 |
Color Harmonies of #1E5176
Complementary color
Monochromatic Colors of #1E5176
Black with #1E5176
Text Example
Text Example
White with #1E5176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5176; }
p { color: rgb(30,81,118); }
H1.HeaderClassName
{
color: #1E5176;
}
.AnyTagClassName
{
color: #1E5176;
}
</style>
background-color css
<style>
a { background-color: #1E5176; }
a { background-color: rgb(30,81,118); }
div.DivClassName
{
background-color: #1E5176;
}
.BgClassName
{
background-color: #1E5176;
}
</style>
border-color css
<style>
span { border-color: #1E5176; }
span { border-color: rgb(30,81,118); }
td.TdClassName
{
border-color: #1E5176;
}
.TagClassName
{
border-color: #1E5176;
}
</style>