Shades of Bahama Blue #1B577B
Tints of Bahama Blue #1B577B
RGB
CMYK
RGB Variations
Color information
#1B577B (or 0x1B577B) is known color: Bahama Blue. HEX triplet: 1B, 57 and 7B. RGB value is (27,87,123). Sum of RGB (Red+Green+Blue) = 27+87+123=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B577B is #E4A884. Grayscale: #484848. Windows color (decimal): -14985349 or 8083227. OLE color: 8083227.
HSL color Cylindrical-coordinate representation of color #1B577B: hue angle of 202.5º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B577B is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 87 | 123 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.52 |
| HSL | 202.5º | 0.64% | 0.29% | - |
| HSV(B) | 202.5º | 0.78% | 0.48% | - |
| XYZ | 7.44 | 8.48 | 19.98 | - |
| YUV | 73.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 123 | 0.78 | 0.29 | 0 | 0.52 | 202.5 | 0.64 | 0.29 |
| Hex | 1B | 57 | 7B | 4E | 1D | 0 | 34 | CA | 40 | 1D |
| Octal | 33 | 127 | 173 | 116 | 35 | 0 | 64 | 312 | 100 | 35 |
| Binary | 11011 | 1010111 | 1111011 | 1001110 | 11101 | 0 | 110100 | 11001010 | 1000000 | 11101 |
Color Harmonies of #1B577B
Complementary color
Monochromatic Colors of #1B577B
Black with #1B577B
Text Example
Text Example
White with #1B577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B577B; }
p { color: rgb(27,87,123); }
H1.HeaderClassName
{
color: #1B577B;
}
.AnyTagClassName
{
color: #1B577B;
}
</style>
background-color css
<style>
a { background-color: #1B577B; }
a { background-color: rgb(27,87,123); }
div.DivClassName
{
background-color: #1B577B;
}
.BgClassName
{
background-color: #1B577B;
}
</style>
border-color css
<style>
span { border-color: #1B577B; }
span { border-color: rgb(27,87,123); }
td.TdClassName
{
border-color: #1B577B;
}
.TagClassName
{
border-color: #1B577B;
}
</style>