Shades of Bahama Blue #1E5D8A
Tints of Bahama Blue #1E5D8A
RGB
CMYK
RGB Variations
Color information
#1E5D8A (or 0x1E5D8A) is known color: Bahama Blue. HEX triplet: 1E, 5D and 8A. RGB value is (30,93,138). Sum of RGB (Red+Green+Blue) = 30+93+138=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E5D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5D8A is #E1A275. Grayscale: #4F4F4F. Windows color (decimal): -14787190 or 9067806. OLE color: 9067806.
HSL color Cylindrical-coordinate representation of color #1E5D8A: hue angle of 205º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E5D8A is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 30 | 93 | 138 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.46 |
| HSL | 205º | 0.64% | 0.33% | - |
| HSV(B) | 205º | 0.78% | 0.54% | - |
| XYZ | 9.04 | 9.94 | 25.49 | - |
| YUV | 79.29 | 161.13 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 93 | 138 | 0.78 | 0.33 | 0 | 0.46 | 205 | 0.64 | 0.33 |
| Hex | 1E | 5D | 8A | 4E | 21 | 0 | 2E | CD | 40 | 21 |
| Octal | 36 | 135 | 212 | 116 | 41 | 0 | 56 | 315 | 100 | 41 |
| Binary | 11110 | 1011101 | 10001010 | 1001110 | 100001 | 0 | 101110 | 11001101 | 1000000 | 100001 |
Color Harmonies of #1E5D8A
Complementary color
Monochromatic Colors of #1E5D8A
Black with #1E5D8A
Text Example
Text Example
White with #1E5D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5D8A; }
p { color: rgb(30,93,138); }
H1.HeaderClassName
{
color: #1E5D8A;
}
.AnyTagClassName
{
color: #1E5D8A;
}
</style>
background-color css
<style>
a { background-color: #1E5D8A; }
a { background-color: rgb(30,93,138); }
div.DivClassName
{
background-color: #1E5D8A;
}
.BgClassName
{
background-color: #1E5D8A;
}
</style>
border-color css
<style>
span { border-color: #1E5D8A; }
span { border-color: rgb(30,93,138); }
td.TdClassName
{
border-color: #1E5D8A;
}
.TagClassName
{
border-color: #1E5D8A;
}
</style>