Shades of Bahama Blue #1A4E7E
Tints of Bahama Blue #1A4E7E
RGB
CMYK
RGB Variations
Color information
#1A4E7E (or 0x1A4E7E) is known color: Bahama Blue. HEX triplet: 1A, 4E and 7E. RGB value is (26,78,126). Sum of RGB (Red+Green+Blue) = 26+78+126=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #1A4E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A4E7E is #E5B181. Grayscale: #434343. Windows color (decimal): -15053186 or 8277530. OLE color: 8277530.
HSL color Cylindrical-coordinate representation of color #1A4E7E: hue angle of 208.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A4E7E is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 78 | 126 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.51 |
| HSL | 208.8º | 0.66% | 0.3% | - |
| HSV(B) | 208.8º | 0.79% | 0.49% | - |
| XYZ | 6.92 | 7.17 | 20.76 | - |
| YUV | 67.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 126 | 0.79 | 0.38 | 0 | 0.51 | 208.8 | 0.66 | 0.3 |
| Hex | 1A | 4E | 7E | 4F | 26 | 0 | 33 | D1 | 42 | 1E |
| Octal | 32 | 116 | 176 | 117 | 46 | 0 | 63 | 321 | 102 | 36 |
| Binary | 11010 | 1001110 | 1111110 | 1001111 | 100110 | 0 | 110011 | 11010001 | 1000010 | 11110 |
Color Harmonies of #1A4E7E
Complementary color
Monochromatic Colors of #1A4E7E
Black with #1A4E7E
Text Example
Text Example
White with #1A4E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E7E; }
p { color: rgb(26,78,126); }
H1.HeaderClassName
{
color: #1A4E7E;
}
.AnyTagClassName
{
color: #1A4E7E;
}
</style>
background-color css
<style>
a { background-color: #1A4E7E; }
a { background-color: rgb(26,78,126); }
div.DivClassName
{
background-color: #1A4E7E;
}
.BgClassName
{
background-color: #1A4E7E;
}
</style>
border-color css
<style>
span { border-color: #1A4E7E; }
span { border-color: rgb(26,78,126); }
td.TdClassName
{
border-color: #1A4E7E;
}
.TagClassName
{
border-color: #1A4E7E;
}
</style>