Shades of Bahama Blue #1B5884
Tints of Bahama Blue #1B5884
RGB
CMYK
RGB Variations
Color information
#1B5884 (or 0x1B5884) is known color: Bahama Blue. HEX triplet: 1B, 58 and 84. RGB value is (27,88,132). Sum of RGB (Red+Green+Blue) = 27+88+132=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B5884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5884 is #E4A77B. Grayscale: #4A4A4A. Windows color (decimal): -14985084 or 8673307. OLE color: 8673307.
HSL color Cylindrical-coordinate representation of color #1B5884: hue angle of 205.14º 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 #1B5884 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 88 | 132 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.48 |
| HSL | 205.14º | 0.66% | 0.31% | - |
| HSV(B) | 205.14º | 0.8% | 0.52% | - |
| XYZ | 8.11 | 8.88 | 23.12 | - |
| YUV | 74.78 | 160.29 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 132 | 0.80 | 0.33 | 0 | 0.48 | 205.14 | 0.66 | 0.31 |
| Hex | 1B | 58 | 84 | 50 | 21 | 0 | 30 | CD | 42 | 1F |
| Octal | 33 | 130 | 204 | 120 | 41 | 0 | 60 | 315 | 102 | 37 |
| Binary | 11011 | 1011000 | 10000100 | 1010000 | 100001 | 0 | 110000 | 11001101 | 1000010 | 11111 |
Color Harmonies of #1B5884
Complementary color
Monochromatic Colors of #1B5884
Black with #1B5884
Text Example
Text Example
White with #1B5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5884; }
p { color: rgb(27,88,132); }
H1.HeaderClassName
{
color: #1B5884;
}
.AnyTagClassName
{
color: #1B5884;
}
</style>
background-color css
<style>
a { background-color: #1B5884; }
a { background-color: rgb(27,88,132); }
div.DivClassName
{
background-color: #1B5884;
}
.BgClassName
{
background-color: #1B5884;
}
</style>
border-color css
<style>
span { border-color: #1B5884; }
span { border-color: rgb(27,88,132); }
td.TdClassName
{
border-color: #1B5884;
}
.TagClassName
{
border-color: #1B5884;
}
</style>