Shades of Bahama Blue #1F4D77
Tints of Bahama Blue #1F4D77
RGB
CMYK
RGB Variations
Color information
#1F4D77 (or 0x1F4D77) is known color: Bahama Blue. HEX triplet: 1F, 4D and 77. RGB value is (31,77,119). Sum of RGB (Red+Green+Blue) = 31+77+119=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F4D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4D77 is #E0B288. Grayscale: #434343. Windows color (decimal): -14725769 or 7818527. OLE color: 7818527.
HSL color Cylindrical-coordinate representation of color #1F4D77: hue angle of 208.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4D77 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 77 | 119 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.53 |
| HSL | 208.64º | 0.59% | 0.29% | - |
| HSV(B) | 208.64º | 0.74% | 0.47% | - |
| XYZ | 6.55 | 6.93 | 18.45 | - |
| YUV | 68.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 77 | 119 | 0.74 | 0.35 | 0 | 0.53 | 208.64 | 0.59 | 0.29 |
| Hex | 1F | 4D | 77 | 4A | 23 | 0 | 35 | D1 | 3B | 1D |
| Octal | 37 | 115 | 167 | 112 | 43 | 0 | 65 | 321 | 73 | 35 |
| Binary | 11111 | 1001101 | 1110111 | 1001010 | 100011 | 0 | 110101 | 11010001 | 111011 | 11101 |
Color Harmonies of #1F4D77
Complementary color
Monochromatic Colors of #1F4D77
Black with #1F4D77
Text Example
Text Example
White with #1F4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4D77; }
p { color: rgb(31,77,119); }
H1.HeaderClassName
{
color: #1F4D77;
}
.AnyTagClassName
{
color: #1F4D77;
}
</style>
background-color css
<style>
a { background-color: #1F4D77; }
a { background-color: rgb(31,77,119); }
div.DivClassName
{
background-color: #1F4D77;
}
.BgClassName
{
background-color: #1F4D77;
}
</style>
border-color css
<style>
span { border-color: #1F4D77; }
span { border-color: rgb(31,77,119); }
td.TdClassName
{
border-color: #1F4D77;
}
.TagClassName
{
border-color: #1F4D77;
}
</style>