Shades of Bahama Blue #1B4E80
Tints of Bahama Blue #1B4E80
RGB
CMYK
RGB Variations
Color information
#1B4E80 (or 0x1B4E80) is known color: Bahama Blue. HEX triplet: 1B, 4E and 80. RGB value is (27,78,128). Sum of RGB (Red+Green+Blue) = 27+78+128=233 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.59% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #1B4E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4E80 is #E4B17F. Grayscale: #444444. Windows color (decimal): -14987648 or 8408603. OLE color: 8408603.
HSL color Cylindrical-coordinate representation of color #1B4E80: hue angle of 209.7º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B4E80 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 78 | 128 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.50 |
| HSL | 209.7º | 0.65% | 0.3% | - |
| HSV(B) | 209.7º | 0.79% | 0.5% | - |
| XYZ | 7.07 | 7.24 | 21.45 | - |
| YUV | 68.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 78 | 128 | 0.79 | 0.39 | 0 | 0.50 | 209.7 | 0.65 | 0.3 |
| Hex | 1B | 4E | 80 | 4F | 27 | 0 | 32 | D2 | 41 | 1E |
| Octal | 33 | 116 | 200 | 117 | 47 | 0 | 62 | 322 | 101 | 36 |
| Binary | 11011 | 1001110 | 10000000 | 1001111 | 100111 | 0 | 110010 | 11010010 | 1000001 | 11110 |
Color Harmonies of #1B4E80
Complementary color
Monochromatic Colors of #1B4E80
Black with #1B4E80
Text Example
Text Example
White with #1B4E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4E80; }
p { color: rgb(27,78,128); }
H1.HeaderClassName
{
color: #1B4E80;
}
.AnyTagClassName
{
color: #1B4E80;
}
</style>
background-color css
<style>
a { background-color: #1B4E80; }
a { background-color: rgb(27,78,128); }
div.DivClassName
{
background-color: #1B4E80;
}
.BgClassName
{
background-color: #1B4E80;
}
</style>
border-color css
<style>
span { border-color: #1B4E80; }
span { border-color: rgb(27,78,128); }
td.TdClassName
{
border-color: #1B4E80;
}
.TagClassName
{
border-color: #1B4E80;
}
</style>