Shades of Bahama Blue #1D6182
Tints of Bahama Blue #1D6182
RGB
CMYK
RGB Variations
Color information
#1D6182 (or 0x1D6182) is known color: Bahama Blue. HEX triplet: 1D, 61 and 82. RGB value is (29,97,130). Sum of RGB (Red+Green+Blue) = 29+97+130=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D6182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6182 is #E29E7D. Grayscale: #505050. Windows color (decimal): -14851710 or 8544541. OLE color: 8544541.
HSL color Cylindrical-coordinate representation of color #1D6182: hue angle of 199.6º 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 #1D6182 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 97 | 130 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.49 |
| HSL | 199.6º | 0.64% | 0.31% | - |
| HSV(B) | 199.6º | 0.78% | 0.51% | - |
| XYZ | 8.81 | 10.42 | 22.67 | - |
| YUV | 80.43 | 155.97 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 130 | 0.78 | 0.25 | 0 | 0.49 | 199.6 | 0.64 | 0.31 |
| Hex | 1D | 61 | 82 | 4E | 19 | 0 | 31 | C8 | 40 | 1F |
| Octal | 35 | 141 | 202 | 116 | 31 | 0 | 61 | 310 | 100 | 37 |
| Binary | 11101 | 1100001 | 10000010 | 1001110 | 11001 | 0 | 110001 | 11001000 | 1000000 | 11111 |
Color Harmonies of #1D6182
Complementary color
Monochromatic Colors of #1D6182
Black with #1D6182
Text Example
Text Example
White with #1D6182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6182; }
p { color: rgb(29,97,130); }
H1.HeaderClassName
{
color: #1D6182;
}
.AnyTagClassName
{
color: #1D6182;
}
</style>
background-color css
<style>
a { background-color: #1D6182; }
a { background-color: rgb(29,97,130); }
div.DivClassName
{
background-color: #1D6182;
}
.BgClassName
{
background-color: #1D6182;
}
</style>
border-color css
<style>
span { border-color: #1D6182; }
span { border-color: rgb(29,97,130); }
td.TdClassName
{
border-color: #1D6182;
}
.TagClassName
{
border-color: #1D6182;
}
</style>