Shades of Bahama Blue #1E4F76
Tints of Bahama Blue #1E4F76
RGB
CMYK
RGB Variations
Color information
#1E4F76 (or 0x1E4F76) is known color: Bahama Blue. HEX triplet: 1E, 4F and 76. RGB value is (30,79,118). Sum of RGB (Red+Green+Blue) = 30+79+118=227 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.22% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E4F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4F76 is #E1B089. Grayscale: #444444. Windows color (decimal): -14790794 or 7753502. OLE color: 7753502.
HSL color Cylindrical-coordinate representation of color #1E4F76: hue angle of 206.59º 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 #1E4F76 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 79 | 118 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.54 |
| HSL | 206.59º | 0.59% | 0.29% | - |
| HSV(B) | 206.59º | 0.75% | 0.46% | - |
| XYZ | 6.6 | 7.18 | 18.18 | - |
| YUV | 68.8 | 155.77 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 118 | 0.75 | 0.33 | 0 | 0.54 | 206.59 | 0.59 | 0.29 |
| Hex | 1E | 4F | 76 | 4B | 21 | 0 | 36 | CF | 3B | 1D |
| Octal | 36 | 117 | 166 | 113 | 41 | 0 | 66 | 317 | 73 | 35 |
| Binary | 11110 | 1001111 | 1110110 | 1001011 | 100001 | 0 | 110110 | 11001111 | 111011 | 11101 |
Color Harmonies of #1E4F76
Complementary color
Monochromatic Colors of #1E4F76
Black with #1E4F76
Text Example
Text Example
White with #1E4F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4F76; }
p { color: rgb(30,79,118); }
H1.HeaderClassName
{
color: #1E4F76;
}
.AnyTagClassName
{
color: #1E4F76;
}
</style>
background-color css
<style>
a { background-color: #1E4F76; }
a { background-color: rgb(30,79,118); }
div.DivClassName
{
background-color: #1E4F76;
}
.BgClassName
{
background-color: #1E4F76;
}
</style>
border-color css
<style>
span { border-color: #1E4F76; }
span { border-color: rgb(30,79,118); }
td.TdClassName
{
border-color: #1E4F76;
}
.TagClassName
{
border-color: #1E4F76;
}
</style>