Shades of Bahama Blue #1E4A76
Tints of Bahama Blue #1E4A76
RGB
CMYK
RGB Variations
Color information
#1E4A76 (or 0x1E4A76) is known color: Bahama Blue. HEX triplet: 1E, 4A and 76. RGB value is (30,74,118). Sum of RGB (Red+Green+Blue) = 30+74+118=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E4A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4A76 is #E1B589. Grayscale: #414141. Windows color (decimal): -14792074 or 7752222. OLE color: 7752222.
HSL color Cylindrical-coordinate representation of color #1E4A76: hue angle of 210º 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 #1E4A76 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 74 | 118 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.54 |
| HSL | 210º | 0.59% | 0.29% | - |
| HSV(B) | 210º | 0.75% | 0.46% | - |
| XYZ | 6.25 | 6.48 | 18.06 | - |
| YUV | 65.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 118 | 0.75 | 0.37 | 0 | 0.54 | 210 | 0.59 | 0.29 |
| Hex | 1E | 4A | 76 | 4B | 25 | 0 | 36 | D2 | 3B | 1D |
| Octal | 36 | 112 | 166 | 113 | 45 | 0 | 66 | 322 | 73 | 35 |
| Binary | 11110 | 1001010 | 1110110 | 1001011 | 100101 | 0 | 110110 | 11010010 | 111011 | 11101 |
Color Harmonies of #1E4A76
Complementary color
Monochromatic Colors of #1E4A76
Black with #1E4A76
Text Example
Text Example
White with #1E4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4A76; }
p { color: rgb(30,74,118); }
H1.HeaderClassName
{
color: #1E4A76;
}
.AnyTagClassName
{
color: #1E4A76;
}
</style>
background-color css
<style>
a { background-color: #1E4A76; }
a { background-color: rgb(30,74,118); }
div.DivClassName
{
background-color: #1E4A76;
}
.BgClassName
{
background-color: #1E4A76;
}
</style>
border-color css
<style>
span { border-color: #1E4A76; }
span { border-color: rgb(30,74,118); }
td.TdClassName
{
border-color: #1E4A76;
}
.TagClassName
{
border-color: #1E4A76;
}
</style>