Shades of Bahama Blue #1D497E
Tints of Bahama Blue #1D497E
RGB
CMYK
RGB Variations
Color information
#1D497E (or 0x1D497E) is known color: Bahama Blue. HEX triplet: 1D, 49 and 7E. RGB value is (29,73,126). Sum of RGB (Red+Green+Blue) = 29+73+126=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D497E is #E2B681. Grayscale: #414141. Windows color (decimal): -14857858 or 8276253. OLE color: 8276253.
HSL color Cylindrical-coordinate representation of color #1D497E: hue angle of 212.78º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D497E is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 73 | 126 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.51 |
| HSL | 212.78º | 0.63% | 0.3% | - |
| HSV(B) | 212.78º | 0.77% | 0.49% | - |
| XYZ | 6.66 | 6.53 | 20.65 | - |
| YUV | 65.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 73 | 126 | 0.77 | 0.42 | 0 | 0.51 | 212.78 | 0.63 | 0.3 |
| Hex | 1D | 49 | 7E | 4D | 2A | 0 | 33 | D5 | 3F | 1E |
| Octal | 35 | 111 | 176 | 115 | 52 | 0 | 63 | 325 | 77 | 36 |
| Binary | 11101 | 1001001 | 1111110 | 1001101 | 101010 | 0 | 110011 | 11010101 | 111111 | 11110 |
Color Harmonies of #1D497E
Complementary color
Monochromatic Colors of #1D497E
Black with #1D497E
Text Example
Text Example
White with #1D497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D497E; }
p { color: rgb(29,73,126); }
H1.HeaderClassName
{
color: #1D497E;
}
.AnyTagClassName
{
color: #1D497E;
}
</style>
background-color css
<style>
a { background-color: #1D497E; }
a { background-color: rgb(29,73,126); }
div.DivClassName
{
background-color: #1D497E;
}
.BgClassName
{
background-color: #1D497E;
}
</style>
border-color css
<style>
span { border-color: #1D497E; }
span { border-color: rgb(29,73,126); }
td.TdClassName
{
border-color: #1D497E;
}
.TagClassName
{
border-color: #1D497E;
}
</style>