Shades of Bahama Blue #1D5384
Tints of Bahama Blue #1D5384
RGB
CMYK
RGB Variations
Color information
#1D5384 (or 0x1D5384) is known color: Bahama Blue. HEX triplet: 1D, 53 and 84. RGB value is (29,83,132). Sum of RGB (Red+Green+Blue) = 29+83+132=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5384 is #E2AC7B. Grayscale: #484848. Windows color (decimal): -14855292 or 8672029. OLE color: 8672029.
HSL color Cylindrical-coordinate representation of color #1D5384: hue angle of 208.54º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D5384 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 83 | 132 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.48 |
| HSL | 208.54º | 0.64% | 0.32% | - |
| HSV(B) | 208.54º | 0.78% | 0.52% | - |
| XYZ | 7.76 | 8.11 | 22.99 | - |
| YUV | 72.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 83 | 132 | 0.78 | 0.37 | 0 | 0.48 | 208.54 | 0.64 | 0.32 |
| Hex | 1D | 53 | 84 | 4E | 25 | 0 | 30 | D1 | 40 | 20 |
| Octal | 35 | 123 | 204 | 116 | 45 | 0 | 60 | 321 | 100 | 40 |
| Binary | 11101 | 1010011 | 10000100 | 1001110 | 100101 | 0 | 110000 | 11010001 | 1000000 | 100000 |
Color Harmonies of #1D5384
Complementary color
Monochromatic Colors of #1D5384
Black with #1D5384
Text Example
Text Example
White with #1D5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5384; }
p { color: rgb(29,83,132); }
H1.HeaderClassName
{
color: #1D5384;
}
.AnyTagClassName
{
color: #1D5384;
}
</style>
background-color css
<style>
a { background-color: #1D5384; }
a { background-color: rgb(29,83,132); }
div.DivClassName
{
background-color: #1D5384;
}
.BgClassName
{
background-color: #1D5384;
}
</style>
border-color css
<style>
span { border-color: #1D5384; }
span { border-color: rgb(29,83,132); }
td.TdClassName
{
border-color: #1D5384;
}
.TagClassName
{
border-color: #1D5384;
}
</style>