Shades of Bahama Blue #1D6189
Tints of Bahama Blue #1D6189
RGB
CMYK
RGB Variations
Color information
#1D6189 (or 0x1D6189) is known color: Bahama Blue. HEX triplet: 1D, 61 and 89. RGB value is (29,97,137). Sum of RGB (Red+Green+Blue) = 29+97+137=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D6189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6189 is #E29E76. Grayscale: #515151. Windows color (decimal): -14851703 or 9003293. OLE color: 9003293.
HSL color Cylindrical-coordinate representation of color #1D6189: hue angle of 202.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D6189 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 97 | 137 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.46 |
| HSL | 202.22º | 0.65% | 0.33% | - |
| HSV(B) | 202.22º | 0.79% | 0.54% | - |
| XYZ | 9.3 | 10.62 | 25.23 | - |
| YUV | 81.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 137 | 0.79 | 0.29 | 0 | 0.46 | 202.22 | 0.65 | 0.33 |
| Hex | 1D | 61 | 89 | 4F | 1D | 0 | 2E | CA | 41 | 21 |
| Octal | 35 | 141 | 211 | 117 | 35 | 0 | 56 | 312 | 101 | 41 |
| Binary | 11101 | 1100001 | 10001001 | 1001111 | 11101 | 0 | 101110 | 11001010 | 1000001 | 100001 |
Color Harmonies of #1D6189
Complementary color
Monochromatic Colors of #1D6189
Black with #1D6189
Text Example
Text Example
White with #1D6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6189; }
p { color: rgb(29,97,137); }
H1.HeaderClassName
{
color: #1D6189;
}
.AnyTagClassName
{
color: #1D6189;
}
</style>
background-color css
<style>
a { background-color: #1D6189; }
a { background-color: rgb(29,97,137); }
div.DivClassName
{
background-color: #1D6189;
}
.BgClassName
{
background-color: #1D6189;
}
</style>
border-color css
<style>
span { border-color: #1D6189; }
span { border-color: rgb(29,97,137); }
td.TdClassName
{
border-color: #1D6189;
}
.TagClassName
{
border-color: #1D6189;
}
</style>