Shades of Bahama Blue #1B5177
Tints of Bahama Blue #1B5177
RGB
CMYK
RGB Variations
Color information
#1B5177 (or 0x1B5177) is known color: Bahama Blue. HEX triplet: 1B, 51 and 77. RGB value is (27,81,119). Sum of RGB (Red+Green+Blue) = 27+81+119=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B5177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5177 is #E4AE88. Grayscale: #444444. Windows color (decimal): -14986889 or 7819547. OLE color: 7819547.
HSL color Cylindrical-coordinate representation of color #1B5177: hue angle of 204.78º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5177 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 81 | 119 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.53 |
| HSL | 204.78º | 0.63% | 0.29% | - |
| HSV(B) | 204.78º | 0.77% | 0.47% | - |
| XYZ | 6.72 | 7.45 | 18.54 | - |
| YUV | 69.19 | 156.11 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 81 | 119 | 0.77 | 0.32 | 0 | 0.53 | 204.78 | 0.63 | 0.29 |
| Hex | 1B | 51 | 77 | 4D | 20 | 0 | 35 | CD | 3F | 1D |
| Octal | 33 | 121 | 167 | 115 | 40 | 0 | 65 | 315 | 77 | 35 |
| Binary | 11011 | 1010001 | 1110111 | 1001101 | 100000 | 0 | 110101 | 11001101 | 111111 | 11101 |
Color Harmonies of #1B5177
Complementary color
Monochromatic Colors of #1B5177
Black with #1B5177
Text Example
Text Example
White with #1B5177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5177; }
p { color: rgb(27,81,119); }
H1.HeaderClassName
{
color: #1B5177;
}
.AnyTagClassName
{
color: #1B5177;
}
</style>
background-color css
<style>
a { background-color: #1B5177; }
a { background-color: rgb(27,81,119); }
div.DivClassName
{
background-color: #1B5177;
}
.BgClassName
{
background-color: #1B5177;
}
</style>
border-color css
<style>
span { border-color: #1B5177; }
span { border-color: rgb(27,81,119); }
td.TdClassName
{
border-color: #1B5177;
}
.TagClassName
{
border-color: #1B5177;
}
</style>