Shades of Bahama Blue #1D648D
Tints of Bahama Blue #1D648D
RGB
CMYK
RGB Variations
Color information
#1D648D (or 0x1D648D) is known color: Bahama Blue. HEX triplet: 1D, 64 and 8D. RGB value is (29,100,141). Sum of RGB (Red+Green+Blue) = 29+100+141=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D648D is #E29B72. Grayscale: #535353. Windows color (decimal): -14850931 or 9266205. OLE color: 9266205.
HSL color Cylindrical-coordinate representation of color #1D648D: hue angle of 201.96º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D648D is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 29 | 100 | 141 | - |
| CMYK | 0.79 | 0.29 | 0 | 0.45 |
| HSL | 201.96º | 0.66% | 0.33% | - |
| HSV(B) | 201.96º | 0.79% | 0.55% | - |
| XYZ | 9.87 | 11.3 | 26.86 | - |
| YUV | 83.45 | 160.48 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 100 | 141 | 0.79 | 0.29 | 0 | 0.45 | 201.96 | 0.66 | 0.33 |
| Hex | 1D | 64 | 8D | 4F | 1D | 0 | 2D | CA | 42 | 21 |
| Octal | 35 | 144 | 215 | 117 | 35 | 0 | 55 | 312 | 102 | 41 |
| Binary | 11101 | 1100100 | 10001101 | 1001111 | 11101 | 0 | 101101 | 11001010 | 1000010 | 100001 |
Color Harmonies of #1D648D
Complementary color
Monochromatic Colors of #1D648D
Black with #1D648D
Text Example
Text Example
White with #1D648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D648D; }
p { color: rgb(29,100,141); }
H1.HeaderClassName
{
color: #1D648D;
}
.AnyTagClassName
{
color: #1D648D;
}
</style>
background-color css
<style>
a { background-color: #1D648D; }
a { background-color: rgb(29,100,141); }
div.DivClassName
{
background-color: #1D648D;
}
.BgClassName
{
background-color: #1D648D;
}
</style>
border-color css
<style>
span { border-color: #1D648D; }
span { border-color: rgb(29,100,141); }
td.TdClassName
{
border-color: #1D648D;
}
.TagClassName
{
border-color: #1D648D;
}
</style>