Shades of Bahama Blue #1E5180
Tints of Bahama Blue #1E5180
RGB
CMYK
RGB Variations
Color information
#1E5180 (or 0x1E5180) is known color: Bahama Blue. HEX triplet: 1E, 51 and 80. RGB value is (30,81,128). Sum of RGB (Red+Green+Blue) = 30+81+128=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E5180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5180 is #E1AE7F. Grayscale: #464646. Windows color (decimal): -14790272 or 8409374. OLE color: 8409374.
HSL color Cylindrical-coordinate representation of color #1E5180: hue angle of 208.78º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E5180 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 81 | 128 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.50 |
| HSL | 208.78º | 0.62% | 0.31% | - |
| HSV(B) | 208.78º | 0.77% | 0.5% | - |
| XYZ | 7.37 | 7.72 | 21.52 | - |
| YUV | 71.11 | 160.1 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 128 | 0.77 | 0.37 | 0 | 0.50 | 208.78 | 0.62 | 0.31 |
| Hex | 1E | 51 | 80 | 4D | 25 | 0 | 32 | D1 | 3E | 1F |
| Octal | 36 | 121 | 200 | 115 | 45 | 0 | 62 | 321 | 76 | 37 |
| Binary | 11110 | 1010001 | 10000000 | 1001101 | 100101 | 0 | 110010 | 11010001 | 111110 | 11111 |
Color Harmonies of #1E5180
Complementary color
Monochromatic Colors of #1E5180
Black with #1E5180
Text Example
Text Example
White with #1E5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5180; }
p { color: rgb(30,81,128); }
H1.HeaderClassName
{
color: #1E5180;
}
.AnyTagClassName
{
color: #1E5180;
}
</style>
background-color css
<style>
a { background-color: #1E5180; }
a { background-color: rgb(30,81,128); }
div.DivClassName
{
background-color: #1E5180;
}
.BgClassName
{
background-color: #1E5180;
}
</style>
border-color css
<style>
span { border-color: #1E5180; }
span { border-color: rgb(30,81,128); }
td.TdClassName
{
border-color: #1E5180;
}
.TagClassName
{
border-color: #1E5180;
}
</style>