Shades of Bahama Blue #1E4C7A
Tints of Bahama Blue #1E4C7A
RGB
CMYK
RGB Variations
Color information
#1E4C7A (or 0x1E4C7A) is known color: Bahama Blue. HEX triplet: 1E, 4C and 7A. RGB value is (30,76,122). Sum of RGB (Red+Green+Blue) = 30+76+122=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 122 (48.05% from 255 or 53.51% from 228); Max value from RGB is 122 - color contains mainly: blue. Hex color #1E4C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4C7A is #E1B385. Grayscale: #434343. Windows color (decimal): -14791558 or 8014878. OLE color: 8014878.
HSL color Cylindrical-coordinate representation of color #1E4C7A: hue angle of 210º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4C7A is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 30 | 76 | 122 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.52 |
| HSL | 210º | 0.61% | 0.3% | - |
| HSV(B) | 210º | 0.75% | 0.48% | - |
| XYZ | 6.63 | 6.85 | 19.38 | - |
| YUV | 67.49 | 158.76 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 76 | 122 | 0.75 | 0.38 | 0 | 0.52 | 210 | 0.61 | 0.3 |
| Hex | 1E | 4C | 7A | 4B | 26 | 0 | 34 | D2 | 3D | 1E |
| Octal | 36 | 114 | 172 | 113 | 46 | 0 | 64 | 322 | 75 | 36 |
| Binary | 11110 | 1001100 | 1111010 | 1001011 | 100110 | 0 | 110100 | 11010010 | 111101 | 11110 |
Color Harmonies of #1E4C7A
Complementary color
Monochromatic Colors of #1E4C7A
Black with #1E4C7A
Text Example
Text Example
White with #1E4C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4C7A; }
p { color: rgb(30,76,122); }
H1.HeaderClassName
{
color: #1E4C7A;
}
.AnyTagClassName
{
color: #1E4C7A;
}
</style>
background-color css
<style>
a { background-color: #1E4C7A; }
a { background-color: rgb(30,76,122); }
div.DivClassName
{
background-color: #1E4C7A;
}
.BgClassName
{
background-color: #1E4C7A;
}
</style>
border-color css
<style>
span { border-color: #1E4C7A; }
span { border-color: rgb(30,76,122); }
td.TdClassName
{
border-color: #1E4C7A;
}
.TagClassName
{
border-color: #1E4C7A;
}
</style>