Shades of Bahama Blue #1F6489
Tints of Bahama Blue #1F6489
RGB
CMYK
RGB Variations
Color information
#1F6489 (or 0x1F6489) is known color: Bahama Blue. HEX triplet: 1F, 64 and 89. RGB value is (31,100,137). Sum of RGB (Red+Green+Blue) = 31+100+137=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #1F6489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6489 is #E09B76. Grayscale: #535353. Windows color (decimal): -14719863 or 9004063. OLE color: 9004063.
HSL color Cylindrical-coordinate representation of color #1F6489: hue angle of 200.94º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6489 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 100 | 137 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.46 |
| HSL | 200.94º | 0.63% | 0.33% | - |
| HSV(B) | 200.94º | 0.77% | 0.54% | - |
| XYZ | 9.64 | 11.21 | 25.32 | - |
| YUV | 83.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 100 | 137 | 0.77 | 0.27 | 0 | 0.46 | 200.94 | 0.63 | 0.33 |
| Hex | 1F | 64 | 89 | 4D | 1B | 0 | 2E | C9 | 3F | 21 |
| Octal | 37 | 144 | 211 | 115 | 33 | 0 | 56 | 311 | 77 | 41 |
| Binary | 11111 | 1100100 | 10001001 | 1001101 | 11011 | 0 | 101110 | 11001001 | 111111 | 100001 |
Color Harmonies of #1F6489
Complementary color
Monochromatic Colors of #1F6489
Black with #1F6489
Text Example
Text Example
White with #1F6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6489; }
p { color: rgb(31,100,137); }
H1.HeaderClassName
{
color: #1F6489;
}
.AnyTagClassName
{
color: #1F6489;
}
</style>
background-color css
<style>
a { background-color: #1F6489; }
a { background-color: rgb(31,100,137); }
div.DivClassName
{
background-color: #1F6489;
}
.BgClassName
{
background-color: #1F6489;
}
</style>
border-color css
<style>
span { border-color: #1F6489; }
span { border-color: rgb(31,100,137); }
td.TdClassName
{
border-color: #1F6489;
}
.TagClassName
{
border-color: #1F6489;
}
</style>