Shades of Bahama Blue #1D5888
Tints of Bahama Blue #1D5888
RGB
CMYK
RGB Variations
Color information
#1D5888 (or 0x1D5888) is known color: Bahama Blue. HEX triplet: 1D, 58 and 88. RGB value is (29,88,136). Sum of RGB (Red+Green+Blue) = 29+88+136=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D5888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5888 is #E2A777. Grayscale: #4B4B4B. Windows color (decimal): -14854008 or 8935453. OLE color: 8935453.
HSL color Cylindrical-coordinate representation of color #1D5888: hue angle of 206.92º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D5888 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 29 | 88 | 136 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.47 |
| HSL | 206.92º | 0.65% | 0.32% | - |
| HSV(B) | 206.92º | 0.79% | 0.53% | - |
| XYZ | 8.44 | 9.02 | 24.59 | - |
| YUV | 75.83 | 161.95 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 136 | 0.79 | 0.35 | 0 | 0.47 | 206.92 | 0.65 | 0.32 |
| Hex | 1D | 58 | 88 | 4F | 23 | 0 | 2F | CF | 41 | 20 |
| Octal | 35 | 130 | 210 | 117 | 43 | 0 | 57 | 317 | 101 | 40 |
| Binary | 11101 | 1011000 | 10001000 | 1001111 | 100011 | 0 | 101111 | 11001111 | 1000001 | 100000 |
Color Harmonies of #1D5888
Complementary color
Monochromatic Colors of #1D5888
Black with #1D5888
Text Example
Text Example
White with #1D5888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5888; }
p { color: rgb(29,88,136); }
H1.HeaderClassName
{
color: #1D5888;
}
.AnyTagClassName
{
color: #1D5888;
}
</style>
background-color css
<style>
a { background-color: #1D5888; }
a { background-color: rgb(29,88,136); }
div.DivClassName
{
background-color: #1D5888;
}
.BgClassName
{
background-color: #1D5888;
}
</style>
border-color css
<style>
span { border-color: #1D5888; }
span { border-color: rgb(29,88,136); }
td.TdClassName
{
border-color: #1D5888;
}
.TagClassName
{
border-color: #1D5888;
}
</style>