Shades of Bahama Blue #1F658B
Tints of Bahama Blue #1F658B
RGB
CMYK
RGB Variations
Color information
#1F658B (or 0x1F658B) is known color: Bahama Blue. HEX triplet: 1F, 65 and 8B. RGB value is (31,101,139). Sum of RGB (Red+Green+Blue) = 31+101+139=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F658B is #E09A74. Grayscale: #545454. Windows color (decimal): -14719605 or 9135391. OLE color: 9135391.
HSL color Cylindrical-coordinate representation of color #1F658B: hue angle of 201.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F658B is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 101 | 139 | - |
| CMYK | 0.78 | 0.27 | 0 | 0.45 |
| HSL | 201.11º | 0.64% | 0.33% | - |
| HSV(B) | 201.11º | 0.78% | 0.55% | - |
| XYZ | 9.88 | 11.46 | 26.12 | - |
| YUV | 84.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 139 | 0.78 | 0.27 | 0 | 0.45 | 201.11 | 0.64 | 0.33 |
| Hex | 1F | 65 | 8B | 4E | 1B | 0 | 2D | C9 | 40 | 21 |
| Octal | 37 | 145 | 213 | 116 | 33 | 0 | 55 | 311 | 100 | 41 |
| Binary | 11111 | 1100101 | 10001011 | 1001110 | 11011 | 0 | 101101 | 11001001 | 1000000 | 100001 |
Color Harmonies of #1F658B
Complementary color
Monochromatic Colors of #1F658B
Black with #1F658B
Text Example
Text Example
White with #1F658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F658B; }
p { color: rgb(31,101,139); }
H1.HeaderClassName
{
color: #1F658B;
}
.AnyTagClassName
{
color: #1F658B;
}
</style>
background-color css
<style>
a { background-color: #1F658B; }
a { background-color: rgb(31,101,139); }
div.DivClassName
{
background-color: #1F658B;
}
.BgClassName
{
background-color: #1F658B;
}
</style>
border-color css
<style>
span { border-color: #1F658B; }
span { border-color: rgb(31,101,139); }
td.TdClassName
{
border-color: #1F658B;
}
.TagClassName
{
border-color: #1F658B;
}
</style>