Shades of Bahama Blue #1A4E83
Tints of Bahama Blue #1A4E83
RGB
CMYK
RGB Variations
Color information
#1A4E83 (or 0x1A4E83) is known color: Bahama Blue. HEX triplet: 1A, 4E and 83. RGB value is (26,78,131). Sum of RGB (Red+Green+Blue) = 26+78+131=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #1A4E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A4E83 is #E5B17C. Grayscale: #444444. Windows color (decimal): -15053181 or 8605210. OLE color: 8605210.
HSL color Cylindrical-coordinate representation of color #1A4E83: hue angle of 210.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A4E83 is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 78 | 131 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.49 |
| HSL | 210.29º | 0.67% | 0.31% | - |
| HSV(B) | 210.29º | 0.8% | 0.51% | - |
| XYZ | 7.25 | 7.31 | 22.5 | - |
| YUV | 68.49 | 163.27 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 131 | 0.80 | 0.40 | 0 | 0.49 | 210.29 | 0.67 | 0.31 |
| Hex | 1A | 4E | 83 | 50 | 28 | 0 | 31 | D2 | 43 | 1F |
| Octal | 32 | 116 | 203 | 120 | 50 | 0 | 61 | 322 | 103 | 37 |
| Binary | 11010 | 1001110 | 10000011 | 1010000 | 101000 | 0 | 110001 | 11010010 | 1000011 | 11111 |
Color Harmonies of #1A4E83
Complementary color
Monochromatic Colors of #1A4E83
Black with #1A4E83
Text Example
Text Example
White with #1A4E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4E83; }
p { color: rgb(26,78,131); }
H1.HeaderClassName
{
color: #1A4E83;
}
.AnyTagClassName
{
color: #1A4E83;
}
</style>
background-color css
<style>
a { background-color: #1A4E83; }
a { background-color: rgb(26,78,131); }
div.DivClassName
{
background-color: #1A4E83;
}
.BgClassName
{
background-color: #1A4E83;
}
</style>
border-color css
<style>
span { border-color: #1A4E83; }
span { border-color: rgb(26,78,131); }
td.TdClassName
{
border-color: #1A4E83;
}
.TagClassName
{
border-color: #1A4E83;
}
</style>