Shades of Bahama Blue #1E4778
Tints of Bahama Blue #1E4778
RGB
CMYK
RGB Variations
Color information
#1E4778 (or 0x1E4778) is known color: Bahama Blue. HEX triplet: 1E, 47 and 78. RGB value is (30,71,120). Sum of RGB (Red+Green+Blue) = 30+71+120=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4778 is #E1B887. Grayscale: #404040. Windows color (decimal): -14792840 or 7882526. OLE color: 7882526.
HSL color Cylindrical-coordinate representation of color #1E4778: hue angle of 212.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4778 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 71 | 120 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.53 |
| HSL | 212.67º | 0.6% | 0.29% | - |
| HSV(B) | 212.67º | 0.75% | 0.47% | - |
| XYZ | 6.18 | 6.14 | 18.63 | - |
| YUV | 64.33 | 159.42 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 120 | 0.75 | 0.41 | 0 | 0.53 | 212.67 | 0.6 | 0.29 |
| Hex | 1E | 47 | 78 | 4B | 29 | 0 | 35 | D5 | 3C | 1D |
| Octal | 36 | 107 | 170 | 113 | 51 | 0 | 65 | 325 | 74 | 35 |
| Binary | 11110 | 1000111 | 1111000 | 1001011 | 101001 | 0 | 110101 | 11010101 | 111100 | 11101 |
Color Harmonies of #1E4778
Complementary color
Monochromatic Colors of #1E4778
Black with #1E4778
Text Example
Text Example
White with #1E4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4778; }
p { color: rgb(30,71,120); }
H1.HeaderClassName
{
color: #1E4778;
}
.AnyTagClassName
{
color: #1E4778;
}
</style>
background-color css
<style>
a { background-color: #1E4778; }
a { background-color: rgb(30,71,120); }
div.DivClassName
{
background-color: #1E4778;
}
.BgClassName
{
background-color: #1E4778;
}
</style>
border-color css
<style>
span { border-color: #1E4778; }
span { border-color: rgb(30,71,120); }
td.TdClassName
{
border-color: #1E4778;
}
.TagClassName
{
border-color: #1E4778;
}
</style>