Shades of Bahama Blue #1B547B
Tints of Bahama Blue #1B547B
RGB
CMYK
RGB Variations
Color information
#1B547B (or 0x1B547B) is known color: Bahama Blue. HEX triplet: 1B, 54 and 7B. RGB value is (27,84,123). Sum of RGB (Red+Green+Blue) = 27+84+123=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B547B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B547B is #E4AB84. Grayscale: #474747. Windows color (decimal): -14986117 or 8082459. OLE color: 8082459.
HSL color Cylindrical-coordinate representation of color #1B547B: hue angle of 204.38º 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 #1B547B is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 84 | 123 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.52 |
| HSL | 204.38º | 0.64% | 0.29% | - |
| HSV(B) | 204.38º | 0.78% | 0.48% | - |
| XYZ | 7.2 | 8 | 19.9 | - |
| YUV | 71.4 | 157.12 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 84 | 123 | 0.78 | 0.32 | 0 | 0.52 | 204.38 | 0.64 | 0.29 |
| Hex | 1B | 54 | 7B | 4E | 20 | 0 | 34 | CC | 40 | 1D |
| Octal | 33 | 124 | 173 | 116 | 40 | 0 | 64 | 314 | 100 | 35 |
| Binary | 11011 | 1010100 | 1111011 | 1001110 | 100000 | 0 | 110100 | 11001100 | 1000000 | 11101 |
Color Harmonies of #1B547B
Complementary color
Monochromatic Colors of #1B547B
Black with #1B547B
Text Example
Text Example
White with #1B547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B547B; }
p { color: rgb(27,84,123); }
H1.HeaderClassName
{
color: #1B547B;
}
.AnyTagClassName
{
color: #1B547B;
}
</style>
background-color css
<style>
a { background-color: #1B547B; }
a { background-color: rgb(27,84,123); }
div.DivClassName
{
background-color: #1B547B;
}
.BgClassName
{
background-color: #1B547B;
}
</style>
border-color css
<style>
span { border-color: #1B547B; }
span { border-color: rgb(27,84,123); }
td.TdClassName
{
border-color: #1B547B;
}
.TagClassName
{
border-color: #1B547B;
}
</style>