Shades of Bahama Blue #1B5685
Tints of Bahama Blue #1B5685
RGB
CMYK
RGB Variations
Color information
#1B5685 (or 0x1B5685) is known color: Bahama Blue. HEX triplet: 1B, 56 and 85. RGB value is (27,86,133). Sum of RGB (Red+Green+Blue) = 27+86+133=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B5685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5685 is #E4A97A. Grayscale: #494949. Windows color (decimal): -14985595 or 8738331. OLE color: 8738331.
HSL color Cylindrical-coordinate representation of color #1B5685: hue angle of 206.6º 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 #1B5685 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 86 | 133 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.48 |
| HSL | 206.6º | 0.66% | 0.31% | - |
| HSV(B) | 206.6º | 0.8% | 0.52% | - |
| XYZ | 8.01 | 8.58 | 23.42 | - |
| YUV | 73.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 133 | 0.80 | 0.35 | 0 | 0.48 | 206.6 | 0.66 | 0.31 |
| Hex | 1B | 56 | 85 | 50 | 23 | 0 | 30 | CF | 42 | 1F |
| Octal | 33 | 126 | 205 | 120 | 43 | 0 | 60 | 317 | 102 | 37 |
| Binary | 11011 | 1010110 | 10000101 | 1010000 | 100011 | 0 | 110000 | 11001111 | 1000010 | 11111 |
Color Harmonies of #1B5685
Complementary color
Monochromatic Colors of #1B5685
Black with #1B5685
Text Example
Text Example
White with #1B5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5685; }
p { color: rgb(27,86,133); }
H1.HeaderClassName
{
color: #1B5685;
}
.AnyTagClassName
{
color: #1B5685;
}
</style>
background-color css
<style>
a { background-color: #1B5685; }
a { background-color: rgb(27,86,133); }
div.DivClassName
{
background-color: #1B5685;
}
.BgClassName
{
background-color: #1B5685;
}
</style>
border-color css
<style>
span { border-color: #1B5685; }
span { border-color: rgb(27,86,133); }
td.TdClassName
{
border-color: #1B5685;
}
.TagClassName
{
border-color: #1B5685;
}
</style>