Shades of Bahama Blue #1D5487
Tints of Bahama Blue #1D5487
RGB
CMYK
RGB Variations
Color information
#1D5487 (or 0x1D5487) is known color: Bahama Blue. HEX triplet: 1D, 54 and 87. RGB value is (29,84,135). Sum of RGB (Red+Green+Blue) = 29+84+135=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D5487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5487 is #E2AB78. Grayscale: #494949. Windows color (decimal): -14855033 or 8868893. OLE color: 8868893.
HSL color Cylindrical-coordinate representation of color #1D5487: hue angle of 208.87º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D5487 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 84 | 135 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.47 |
| HSL | 208.87º | 0.65% | 0.32% | - |
| HSV(B) | 208.87º | 0.79% | 0.53% | - |
| XYZ | 8.05 | 8.35 | 24.11 | - |
| YUV | 73.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 84 | 135 | 0.79 | 0.38 | 0 | 0.47 | 208.87 | 0.65 | 0.32 |
| Hex | 1D | 54 | 87 | 4F | 26 | 0 | 2F | D1 | 41 | 20 |
| Octal | 35 | 124 | 207 | 117 | 46 | 0 | 57 | 321 | 101 | 40 |
| Binary | 11101 | 1010100 | 10000111 | 1001111 | 100110 | 0 | 101111 | 11010001 | 1000001 | 100000 |
Color Harmonies of #1D5487
Complementary color
Monochromatic Colors of #1D5487
Black with #1D5487
Text Example
Text Example
White with #1D5487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5487; }
p { color: rgb(29,84,135); }
H1.HeaderClassName
{
color: #1D5487;
}
.AnyTagClassName
{
color: #1D5487;
}
</style>
background-color css
<style>
a { background-color: #1D5487; }
a { background-color: rgb(29,84,135); }
div.DivClassName
{
background-color: #1D5487;
}
.BgClassName
{
background-color: #1D5487;
}
</style>
border-color css
<style>
span { border-color: #1D5487; }
span { border-color: rgb(29,84,135); }
td.TdClassName
{
border-color: #1D5487;
}
.TagClassName
{
border-color: #1D5487;
}
</style>