Shades of Bahama Blue #1D5883
Tints of Bahama Blue #1D5883
RGB
CMYK
RGB Variations
Color information
#1D5883 (or 0x1D5883) is known color: Bahama Blue. HEX triplet: 1D, 58 and 83. RGB value is (29,88,131). Sum of RGB (Red+Green+Blue) = 29+88+131=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #1D5883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5883 is #E2A77C. Grayscale: #4B4B4B. Windows color (decimal): -14854013 or 8607773. OLE color: 8607773.
HSL color Cylindrical-coordinate representation of color #1D5883: hue angle of 205.29º 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 #1D5883 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 29 | 88 | 131 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.49 |
| HSL | 205.29º | 0.64% | 0.31% | - |
| HSV(B) | 205.29º | 0.78% | 0.51% | - |
| XYZ | 8.09 | 8.88 | 22.76 | - |
| YUV | 75.26 | 159.45 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 88 | 131 | 0.78 | 0.33 | 0 | 0.49 | 205.29 | 0.64 | 0.31 |
| Hex | 1D | 58 | 83 | 4E | 21 | 0 | 31 | CD | 40 | 1F |
| Octal | 35 | 130 | 203 | 116 | 41 | 0 | 61 | 315 | 100 | 37 |
| Binary | 11101 | 1011000 | 10000011 | 1001110 | 100001 | 0 | 110001 | 11001101 | 1000000 | 11111 |
Color Harmonies of #1D5883
Complementary color
Monochromatic Colors of #1D5883
Black with #1D5883
Text Example
Text Example
White with #1D5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5883; }
p { color: rgb(29,88,131); }
H1.HeaderClassName
{
color: #1D5883;
}
.AnyTagClassName
{
color: #1D5883;
}
</style>
background-color css
<style>
a { background-color: #1D5883; }
a { background-color: rgb(29,88,131); }
div.DivClassName
{
background-color: #1D5883;
}
.BgClassName
{
background-color: #1D5883;
}
</style>
border-color css
<style>
span { border-color: #1D5883; }
span { border-color: rgb(29,88,131); }
td.TdClassName
{
border-color: #1D5883;
}
.TagClassName
{
border-color: #1D5883;
}
</style>