Shades of Bahama Blue #1D4D82
Tints of Bahama Blue #1D4D82
RGB
CMYK
RGB Variations
Color information
#1D4D82 (or 0x1D4D82) is known color: Bahama Blue. HEX triplet: 1D, 4D and 82. RGB value is (29,77,130). Sum of RGB (Red+Green+Blue) = 29+77+130=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D4D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4D82 is #E2B27D. Grayscale: #444444. Windows color (decimal): -14856830 or 8539421. OLE color: 8539421.
HSL color Cylindrical-coordinate representation of color #1D4D82: hue angle of 211.49º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4D82 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 77 | 130 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.49 |
| HSL | 211.49º | 0.64% | 0.31% | - |
| HSV(B) | 211.49º | 0.78% | 0.51% | - |
| XYZ | 7.19 | 7.18 | 22.13 | - |
| YUV | 68.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 130 | 0.78 | 0.41 | 0 | 0.49 | 211.49 | 0.64 | 0.31 |
| Hex | 1D | 4D | 82 | 4E | 29 | 0 | 31 | D3 | 40 | 1F |
| Octal | 35 | 115 | 202 | 116 | 51 | 0 | 61 | 323 | 100 | 37 |
| Binary | 11101 | 1001101 | 10000010 | 1001110 | 101001 | 0 | 110001 | 11010011 | 1000000 | 11111 |
Color Harmonies of #1D4D82
Complementary color
Monochromatic Colors of #1D4D82
Black with #1D4D82
Text Example
Text Example
White with #1D4D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D82; }
p { color: rgb(29,77,130); }
H1.HeaderClassName
{
color: #1D4D82;
}
.AnyTagClassName
{
color: #1D4D82;
}
</style>
background-color css
<style>
a { background-color: #1D4D82; }
a { background-color: rgb(29,77,130); }
div.DivClassName
{
background-color: #1D4D82;
}
.BgClassName
{
background-color: #1D4D82;
}
</style>
border-color css
<style>
span { border-color: #1D4D82; }
span { border-color: rgb(29,77,130); }
td.TdClassName
{
border-color: #1D4D82;
}
.TagClassName
{
border-color: #1D4D82;
}
</style>