Shades of Bahama Blue #1B4E84
Tints of Bahama Blue #1B4E84
RGB
CMYK
RGB Variations
Color information
#1B4E84 (or 0x1B4E84) is known color: Bahama Blue. HEX triplet: 1B, 4E and 84. RGB value is (27,78,132). Sum of RGB (Red+Green+Blue) = 27+78+132=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B4E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4E84 is #E4B17B. Grayscale: #444444. Windows color (decimal): -14987644 or 8670747. OLE color: 8670747.
HSL color Cylindrical-coordinate representation of color #1B4E84: hue angle of 210.86º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B4E84 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 78 | 132 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.48 |
| HSL | 210.86º | 0.66% | 0.31% | - |
| HSV(B) | 210.86º | 0.8% | 0.52% | - |
| XYZ | 7.34 | 7.35 | 22.86 | - |
| YUV | 68.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 132 | 0.80 | 0.41 | 0 | 0.48 | 210.86 | 0.66 | 0.31 |
| Hex | 1B | 4E | 84 | 50 | 29 | 0 | 30 | D3 | 42 | 1F |
| Octal | 33 | 116 | 204 | 120 | 51 | 0 | 60 | 323 | 102 | 37 |
| Binary | 11011 | 1001110 | 10000100 | 1010000 | 101001 | 0 | 110000 | 11010011 | 1000010 | 11111 |
Color Harmonies of #1B4E84
Complementary color
Monochromatic Colors of #1B4E84
Black with #1B4E84
Text Example
Text Example
White with #1B4E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E84; }
p { color: rgb(27,78,132); }
H1.HeaderClassName
{
color: #1B4E84;
}
.AnyTagClassName
{
color: #1B4E84;
}
</style>
background-color css
<style>
a { background-color: #1B4E84; }
a { background-color: rgb(27,78,132); }
div.DivClassName
{
background-color: #1B4E84;
}
.BgClassName
{
background-color: #1B4E84;
}
</style>
border-color css
<style>
span { border-color: #1B4E84; }
span { border-color: rgb(27,78,132); }
td.TdClassName
{
border-color: #1B4E84;
}
.TagClassName
{
border-color: #1B4E84;
}
</style>