Shades of Bahama Blue #1F587D
Tints of Bahama Blue #1F587D
RGB
CMYK
RGB Variations
Color information
#1F587D (or 0x1F587D) is known color: Bahama Blue. HEX triplet: 1F, 58 and 7D. RGB value is (31,88,125). Sum of RGB (Red+Green+Blue) = 31+88+125=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F587D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F587D is #E0A782. Grayscale: #4A4A4A. Windows color (decimal): -14722947 or 8214559. OLE color: 8214559.
HSL color Cylindrical-coordinate representation of color #1F587D: hue angle of 203.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F587D is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 88 | 125 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.51 |
| HSL | 203.62º | 0.6% | 0.31% | - |
| HSV(B) | 203.62º | 0.75% | 0.49% | - |
| XYZ | 7.76 | 8.75 | 20.68 | - |
| YUV | 75.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 125 | 0.75 | 0.30 | 0 | 0.51 | 203.62 | 0.6 | 0.31 |
| Hex | 1F | 58 | 7D | 4B | 1E | 0 | 33 | CC | 3C | 1F |
| Octal | 37 | 130 | 175 | 113 | 36 | 0 | 63 | 314 | 74 | 37 |
| Binary | 11111 | 1011000 | 1111101 | 1001011 | 11110 | 0 | 110011 | 11001100 | 111100 | 11111 |
Color Harmonies of #1F587D
Complementary color
Monochromatic Colors of #1F587D
Black with #1F587D
Text Example
Text Example
White with #1F587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F587D; }
p { color: rgb(31,88,125); }
H1.HeaderClassName
{
color: #1F587D;
}
.AnyTagClassName
{
color: #1F587D;
}
</style>
background-color css
<style>
a { background-color: #1F587D; }
a { background-color: rgb(31,88,125); }
div.DivClassName
{
background-color: #1F587D;
}
.BgClassName
{
background-color: #1F587D;
}
</style>
border-color css
<style>
span { border-color: #1F587D; }
span { border-color: rgb(31,88,125); }
td.TdClassName
{
border-color: #1F587D;
}
.TagClassName
{
border-color: #1F587D;
}
</style>