Shades of Bahama Blue #1D597C
Tints of Bahama Blue #1D597C
RGB
CMYK
RGB Variations
Color information
#1D597C (or 0x1D597C) is known color: Bahama Blue. HEX triplet: 1D, 59 and 7C. RGB value is (29,89,124). Sum of RGB (Red+Green+Blue) = 29+89+124=242 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.98% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D597C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D597C is #E2A683. Grayscale: #4A4A4A. Windows color (decimal): -14853764 or 8149277. OLE color: 8149277.
HSL color Cylindrical-coordinate representation of color #1D597C: hue angle of 202.11º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D597C is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 29 | 89 | 124 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.51 |
| HSL | 202.11º | 0.62% | 0.3% | - |
| HSV(B) | 202.11º | 0.77% | 0.49% | - |
| XYZ | 7.72 | 8.86 | 20.37 | - |
| YUV | 75.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 124 | 0.77 | 0.28 | 0 | 0.51 | 202.11 | 0.62 | 0.3 |
| Hex | 1D | 59 | 7C | 4D | 1C | 0 | 33 | CA | 3E | 1E |
| Octal | 35 | 131 | 174 | 115 | 34 | 0 | 63 | 312 | 76 | 36 |
| Binary | 11101 | 1011001 | 1111100 | 1001101 | 11100 | 0 | 110011 | 11001010 | 111110 | 11110 |
Color Harmonies of #1D597C
Complementary color
Monochromatic Colors of #1D597C
Black with #1D597C
Text Example
Text Example
White with #1D597C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D597C; }
p { color: rgb(29,89,124); }
H1.HeaderClassName
{
color: #1D597C;
}
.AnyTagClassName
{
color: #1D597C;
}
</style>
background-color css
<style>
a { background-color: #1D597C; }
a { background-color: rgb(29,89,124); }
div.DivClassName
{
background-color: #1D597C;
}
.BgClassName
{
background-color: #1D597C;
}
</style>
border-color css
<style>
span { border-color: #1D597C; }
span { border-color: rgb(29,89,124); }
td.TdClassName
{
border-color: #1D597C;
}
.TagClassName
{
border-color: #1D597C;
}
</style>