Shades of Bahama Blue #1B5385
Tints of Bahama Blue #1B5385
RGB
CMYK
RGB Variations
Color information
#1B5385 (or 0x1B5385) is known color: Bahama Blue. HEX triplet: 1B, 53 and 85. RGB value is (27,83,133). Sum of RGB (Red+Green+Blue) = 27+83+133=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B5385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5385 is #E4AC7A. Grayscale: #474747. Windows color (decimal): -14986363 or 8737563. OLE color: 8737563.
HSL color Cylindrical-coordinate representation of color #1B5385: hue angle of 208.3º 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 #1B5385 is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 83 | 133 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.48 |
| HSL | 208.3º | 0.66% | 0.31% | - |
| HSV(B) | 208.3º | 0.8% | 0.52% | - |
| XYZ | 7.78 | 8.11 | 23.35 | - |
| YUV | 71.96 | 162.45 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 83 | 133 | 0.80 | 0.38 | 0 | 0.48 | 208.3 | 0.66 | 0.31 |
| Hex | 1B | 53 | 85 | 50 | 26 | 0 | 30 | D0 | 42 | 1F |
| Octal | 33 | 123 | 205 | 120 | 46 | 0 | 60 | 320 | 102 | 37 |
| Binary | 11011 | 1010011 | 10000101 | 1010000 | 100110 | 0 | 110000 | 11010000 | 1000010 | 11111 |
Color Harmonies of #1B5385
Complementary color
Monochromatic Colors of #1B5385
Black with #1B5385
Text Example
Text Example
White with #1B5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5385; }
p { color: rgb(27,83,133); }
H1.HeaderClassName
{
color: #1B5385;
}
.AnyTagClassName
{
color: #1B5385;
}
</style>
background-color css
<style>
a { background-color: #1B5385; }
a { background-color: rgb(27,83,133); }
div.DivClassName
{
background-color: #1B5385;
}
.BgClassName
{
background-color: #1B5385;
}
</style>
border-color css
<style>
span { border-color: #1B5385; }
span { border-color: rgb(27,83,133); }
td.TdClassName
{
border-color: #1B5385;
}
.TagClassName
{
border-color: #1B5385;
}
</style>