Shades of Bahama Blue #1F487C
Tints of Bahama Blue #1F487C
RGB
CMYK
RGB Variations
Color information
#1F487C (or 0x1F487C) is known color: Bahama Blue. HEX triplet: 1F, 48 and 7C. RGB value is (31,72,124). Sum of RGB (Red+Green+Blue) = 31+72+124=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F487C is #E0B783. Grayscale: #414141. Windows color (decimal): -14727044 or 8144927. OLE color: 8144927.
HSL color Cylindrical-coordinate representation of color #1F487C: hue angle of 213.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F487C is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 72 | 124 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.51 |
| HSL | 213.55º | 0.6% | 0.3% | - |
| HSV(B) | 213.55º | 0.75% | 0.49% | - |
| XYZ | 6.52 | 6.38 | 19.96 | - |
| YUV | 65.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 124 | 0.75 | 0.42 | 0 | 0.51 | 213.55 | 0.6 | 0.3 |
| Hex | 1F | 48 | 7C | 4B | 2A | 0 | 33 | D6 | 3C | 1E |
| Octal | 37 | 110 | 174 | 113 | 52 | 0 | 63 | 326 | 74 | 36 |
| Binary | 11111 | 1001000 | 1111100 | 1001011 | 101010 | 0 | 110011 | 11010110 | 111100 | 11110 |
Color Harmonies of #1F487C
Complementary color
Monochromatic Colors of #1F487C
Black with #1F487C
Text Example
Text Example
White with #1F487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F487C; }
p { color: rgb(31,72,124); }
H1.HeaderClassName
{
color: #1F487C;
}
.AnyTagClassName
{
color: #1F487C;
}
</style>
background-color css
<style>
a { background-color: #1F487C; }
a { background-color: rgb(31,72,124); }
div.DivClassName
{
background-color: #1F487C;
}
.BgClassName
{
background-color: #1F487C;
}
</style>
border-color css
<style>
span { border-color: #1F487C; }
span { border-color: rgb(31,72,124); }
td.TdClassName
{
border-color: #1F487C;
}
.TagClassName
{
border-color: #1F487C;
}
</style>