Shades of Bahama Blue #1F587E
Tints of Bahama Blue #1F587E
RGB
CMYK
RGB Variations
Color information
#1F587E (or 0x1F587E) is known color: Bahama Blue. HEX triplet: 1F, 58 and 7E. RGB value is (31,88,126). Sum of RGB (Red+Green+Blue) = 31+88+126=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F587E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F587E is #E0A781. Grayscale: #4B4B4B. Windows color (decimal): -14722946 or 8280095. OLE color: 8280095.
HSL color Cylindrical-coordinate representation of color #1F587E: hue angle of 204º degrees, saturation: 0.61, 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 #1F587E is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 88 | 126 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.51 |
| HSL | 204º | 0.61% | 0.31% | - |
| HSV(B) | 204º | 0.75% | 0.49% | - |
| XYZ | 7.82 | 8.78 | 21.02 | - |
| YUV | 75.29 | 156.62 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 88 | 126 | 0.75 | 0.30 | 0 | 0.51 | 204 | 0.61 | 0.31 |
| Hex | 1F | 58 | 7E | 4B | 1E | 0 | 33 | CC | 3D | 1F |
| Octal | 37 | 130 | 176 | 113 | 36 | 0 | 63 | 314 | 75 | 37 |
| Binary | 11111 | 1011000 | 1111110 | 1001011 | 11110 | 0 | 110011 | 11001100 | 111101 | 11111 |
Color Harmonies of #1F587E
Complementary color
Monochromatic Colors of #1F587E
Black with #1F587E
Text Example
Text Example
White with #1F587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F587E; }
p { color: rgb(31,88,126); }
H1.HeaderClassName
{
color: #1F587E;
}
.AnyTagClassName
{
color: #1F587E;
}
</style>
background-color css
<style>
a { background-color: #1F587E; }
a { background-color: rgb(31,88,126); }
div.DivClassName
{
background-color: #1F587E;
}
.BgClassName
{
background-color: #1F587E;
}
</style>
border-color css
<style>
span { border-color: #1F587E; }
span { border-color: rgb(31,88,126); }
td.TdClassName
{
border-color: #1F587E;
}
.TagClassName
{
border-color: #1F587E;
}
</style>