Shades of Bahama Blue #1D6084
Tints of Bahama Blue #1D6084
RGB
CMYK
RGB Variations
Color information
#1D6084 (or 0x1D6084) is known color: Bahama Blue. HEX triplet: 1D, 60 and 84. RGB value is (29,96,132). Sum of RGB (Red+Green+Blue) = 29+96+132=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D6084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6084 is #E29F7B. Grayscale: #4F4F4F. Windows color (decimal): -14851964 or 8675357. OLE color: 8675357.
HSL color Cylindrical-coordinate representation of color #1D6084: hue angle of 200.97º 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 #1D6084 is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 29 | 96 | 132 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.48 |
| HSL | 200.97º | 0.64% | 0.32% | - |
| HSV(B) | 200.97º | 0.78% | 0.52% | - |
| XYZ | 8.85 | 10.29 | 23.35 | - |
| YUV | 80.07 | 157.3 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 132 | 0.78 | 0.27 | 0 | 0.48 | 200.97 | 0.64 | 0.32 |
| Hex | 1D | 60 | 84 | 4E | 1B | 0 | 30 | C9 | 40 | 20 |
| Octal | 35 | 140 | 204 | 116 | 33 | 0 | 60 | 311 | 100 | 40 |
| Binary | 11101 | 1100000 | 10000100 | 1001110 | 11011 | 0 | 110000 | 11001001 | 1000000 | 100000 |
Color Harmonies of #1D6084
Complementary color
Monochromatic Colors of #1D6084
Black with #1D6084
Text Example
Text Example
White with #1D6084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6084; }
p { color: rgb(29,96,132); }
H1.HeaderClassName
{
color: #1D6084;
}
.AnyTagClassName
{
color: #1D6084;
}
</style>
background-color css
<style>
a { background-color: #1D6084; }
a { background-color: rgb(29,96,132); }
div.DivClassName
{
background-color: #1D6084;
}
.BgClassName
{
background-color: #1D6084;
}
</style>
border-color css
<style>
span { border-color: #1D6084; }
span { border-color: rgb(29,96,132); }
td.TdClassName
{
border-color: #1D6084;
}
.TagClassName
{
border-color: #1D6084;
}
</style>