Shades of Bahama Blue #1D6089
Tints of Bahama Blue #1D6089
RGB
CMYK
RGB Variations
Color information
#1D6089 (or 0x1D6089) is known color: Bahama Blue. HEX triplet: 1D, 60 and 89. RGB value is (29,96,137). Sum of RGB (Red+Green+Blue) = 29+96+137=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D6089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6089 is #E29F76. Grayscale: #505050. Windows color (decimal): -14851959 or 9003037. OLE color: 9003037.
HSL color Cylindrical-coordinate representation of color #1D6089: hue angle of 202.78º 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 #1D6089 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 96 | 137 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.46 |
| HSL | 202.78º | 0.65% | 0.33% | - |
| HSV(B) | 202.78º | 0.79% | 0.54% | - |
| XYZ | 9.2 | 10.43 | 25.2 | - |
| YUV | 80.64 | 159.8 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 137 | 0.79 | 0.30 | 0 | 0.46 | 202.78 | 0.65 | 0.33 |
| Hex | 1D | 60 | 89 | 4F | 1E | 0 | 2E | CB | 41 | 21 |
| Octal | 35 | 140 | 211 | 117 | 36 | 0 | 56 | 313 | 101 | 41 |
| Binary | 11101 | 1100000 | 10001001 | 1001111 | 11110 | 0 | 101110 | 11001011 | 1000001 | 100001 |
Color Harmonies of #1D6089
Complementary color
Monochromatic Colors of #1D6089
Black with #1D6089
Text Example
Text Example
White with #1D6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6089; }
p { color: rgb(29,96,137); }
H1.HeaderClassName
{
color: #1D6089;
}
.AnyTagClassName
{
color: #1D6089;
}
</style>
background-color css
<style>
a { background-color: #1D6089; }
a { background-color: rgb(29,96,137); }
div.DivClassName
{
background-color: #1D6089;
}
.BgClassName
{
background-color: #1D6089;
}
</style>
border-color css
<style>
span { border-color: #1D6089; }
span { border-color: rgb(29,96,137); }
td.TdClassName
{
border-color: #1D6089;
}
.TagClassName
{
border-color: #1D6089;
}
</style>