Shades of Bahama Blue #1E6185
Tints of Bahama Blue #1E6185
RGB
CMYK
RGB Variations
Color information
#1E6185 (or 0x1E6185) is known color: Bahama Blue. HEX triplet: 1E, 61 and 85. RGB value is (30,97,133). Sum of RGB (Red+Green+Blue) = 30+97+133=260 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.54% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E6185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6185 is #E19E7A. Grayscale: #505050. Windows color (decimal): -14786171 or 8741150. OLE color: 8741150.
HSL color Cylindrical-coordinate representation of color #1E6185: hue angle of 200.97º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E6185 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 30 | 97 | 133 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.48 |
| HSL | 200.97º | 0.63% | 0.32% | - |
| HSV(B) | 200.97º | 0.77% | 0.52% | - |
| XYZ | 9.04 | 10.52 | 23.74 | - |
| YUV | 81.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 133 | 0.77 | 0.27 | 0 | 0.48 | 200.97 | 0.63 | 0.32 |
| Hex | 1E | 61 | 85 | 4D | 1B | 0 | 30 | C9 | 3F | 20 |
| Octal | 36 | 141 | 205 | 115 | 33 | 0 | 60 | 311 | 77 | 40 |
| Binary | 11110 | 1100001 | 10000101 | 1001101 | 11011 | 0 | 110000 | 11001001 | 111111 | 100000 |
Color Harmonies of #1E6185
Complementary color
Monochromatic Colors of #1E6185
Black with #1E6185
Text Example
Text Example
White with #1E6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6185; }
p { color: rgb(30,97,133); }
H1.HeaderClassName
{
color: #1E6185;
}
.AnyTagClassName
{
color: #1E6185;
}
</style>
background-color css
<style>
a { background-color: #1E6185; }
a { background-color: rgb(30,97,133); }
div.DivClassName
{
background-color: #1E6185;
}
.BgClassName
{
background-color: #1E6185;
}
</style>
border-color css
<style>
span { border-color: #1E6185; }
span { border-color: rgb(30,97,133); }
td.TdClassName
{
border-color: #1E6185;
}
.TagClassName
{
border-color: #1E6185;
}
</style>