Shades of Bahama Blue #1F658D
Tints of Bahama Blue #1F658D
RGB
CMYK
RGB Variations
Color information
#1F658D (or 0x1F658D) is known color: Bahama Blue. HEX triplet: 1F, 65 and 8D. RGB value is (31,101,141). Sum of RGB (Red+Green+Blue) = 31+101+141=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F658D is #E09A72. Grayscale: #545454. Windows color (decimal): -14719603 or 9266463. OLE color: 9266463.
HSL color Cylindrical-coordinate representation of color #1F658D: hue angle of 201.82º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F658D is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 101 | 141 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.45 |
| HSL | 201.82º | 0.64% | 0.34% | - |
| HSV(B) | 201.82º | 0.78% | 0.55% | - |
| XYZ | 10.03 | 11.52 | 26.89 | - |
| YUV | 84.63 | 159.81 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 141 | 0.78 | 0.28 | 0 | 0.45 | 201.82 | 0.64 | 0.34 |
| Hex | 1F | 65 | 8D | 4E | 1C | 0 | 2D | CA | 40 | 22 |
| Octal | 37 | 145 | 215 | 116 | 34 | 0 | 55 | 312 | 100 | 42 |
| Binary | 11111 | 1100101 | 10001101 | 1001110 | 11100 | 0 | 101101 | 11001010 | 1000000 | 100010 |
Color Harmonies of #1F658D
Complementary color
Monochromatic Colors of #1F658D
Black with #1F658D
Text Example
Text Example
White with #1F658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F658D; }
p { color: rgb(31,101,141); }
H1.HeaderClassName
{
color: #1F658D;
}
.AnyTagClassName
{
color: #1F658D;
}
</style>
background-color css
<style>
a { background-color: #1F658D; }
a { background-color: rgb(31,101,141); }
div.DivClassName
{
background-color: #1F658D;
}
.BgClassName
{
background-color: #1F658D;
}
</style>
border-color css
<style>
span { border-color: #1F658D; }
span { border-color: rgb(31,101,141); }
td.TdClassName
{
border-color: #1F658D;
}
.TagClassName
{
border-color: #1F658D;
}
</style>