Shades of Bahama Blue #1B5D85
Tints of Bahama Blue #1B5D85
RGB
CMYK
RGB Variations
Color information
#1B5D85 (or 0x1B5D85) is known color: Bahama Blue. HEX triplet: 1B, 5D and 85. RGB value is (27,93,133). Sum of RGB (Red+Green+Blue) = 27+93+133=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B5D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5D85 is #E4A27A. Grayscale: #4D4D4D. Windows color (decimal): -14983803 or 8740123. OLE color: 8740123.
HSL color Cylindrical-coordinate representation of color #1B5D85: hue angle of 202.64º 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 #1B5D85 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 93 | 133 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.48 |
| HSL | 202.64º | 0.66% | 0.31% | - |
| HSV(B) | 202.64º | 0.8% | 0.52% | - |
| XYZ | 8.6 | 9.76 | 23.62 | - |
| YUV | 77.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 133 | 0.80 | 0.30 | 0 | 0.48 | 202.64 | 0.66 | 0.31 |
| Hex | 1B | 5D | 85 | 50 | 1E | 0 | 30 | CB | 42 | 1F |
| Octal | 33 | 135 | 205 | 120 | 36 | 0 | 60 | 313 | 102 | 37 |
| Binary | 11011 | 1011101 | 10000101 | 1010000 | 11110 | 0 | 110000 | 11001011 | 1000010 | 11111 |
Color Harmonies of #1B5D85
Complementary color
Monochromatic Colors of #1B5D85
Black with #1B5D85
Text Example
Text Example
White with #1B5D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D85; }
p { color: rgb(27,93,133); }
H1.HeaderClassName
{
color: #1B5D85;
}
.AnyTagClassName
{
color: #1B5D85;
}
</style>
background-color css
<style>
a { background-color: #1B5D85; }
a { background-color: rgb(27,93,133); }
div.DivClassName
{
background-color: #1B5D85;
}
.BgClassName
{
background-color: #1B5D85;
}
</style>
border-color css
<style>
span { border-color: #1B5D85; }
span { border-color: rgb(27,93,133); }
td.TdClassName
{
border-color: #1B5D85;
}
.TagClassName
{
border-color: #1B5D85;
}
</style>